Skip to content

Commit d937c88

Browse files
committed
m
1 parent e1a4e4b commit d937c88

23 files changed

+3
-679
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Spring Boot Examples
22

3+
## [Spring Boot 精选达人课程,欢迎关注!](http://gitbook.cn/gitchat/column/59f5daa149cd4330613605ba)
4+
35
Demo website:http://www.ityouknow.com/
46

57
[参与贡献](https://github.com/ityouknow/spring-boot-examples/issues) |  [English](README_EN.md)
@@ -23,8 +25,6 @@ Spring boot使用的各种示例,以最简单、最实用为标准
2325
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-multi-mongodb):spring boot和mongodb多数据源的使用
2426
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package-war):spring-boot打包成war包示例
2527
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-shiro):springboot 整合shiro rbac示例
26-
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-file-upload):springboot 集成上传文件示例
27-
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-fastDFS):springboot 集成FastDFS示例
2828

2929
**[Favorites-web](https://github.com/cloudfavorites/favorites-web):云收藏(springboot实战开源项目)**
3030

@@ -51,7 +51,7 @@ Spring boot使用的各种示例,以最简单、最实用为标准
5151

5252
> 如果大家想了解关于springboot的其它方面应用,也可以以[issues](https://github.com/ityouknow/spring-boot-examples/issues)的形式反馈给我,我后续来完善。
5353
54-
54+
5555
关注公众号:纯洁的微笑,回复"springboot"进群交流
5656

5757
![](http://www.ityouknow.com/assets/images/keeppuresmile.jpg)

README_EN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ Spring Boot Examples, Use the simplest and most useful scene demo.
2424
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-multi-mongodb):Spring Boot + multiMongodb
2525
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package-war):Spring Boot package war
2626
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-shiro):spring boot shiro rbac demo
27-
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-file-upload):Spring Boot file upload example
28-
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-fastDFS):springboot use FastDFS example
2927

3028
**[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot**
Binary file not shown.

spring-boot-fastDFS/pom.xml

Lines changed: 0 additions & 52 deletions
This file was deleted.

spring-boot-fastDFS/src/main/java/com/neo/FastDFSApplication.java

Lines changed: 0 additions & 34 deletions
This file was deleted.

spring-boot-fastDFS/src/main/java/com/neo/config/Configurations.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

spring-boot-fastDFS/src/main/java/com/neo/controller/GlobalExceptionHandler.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

spring-boot-fastDFS/src/main/java/com/neo/controller/UploadController.java

Lines changed: 0 additions & 93 deletions
This file was deleted.

spring-boot-fastDFS/src/main/java/com/neo/fastdfs/FastDFSClient.java

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)