Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ityouknow committed Oct 19, 2022
1 parent 78519ba commit fb8eca0
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
64 changes: 32 additions & 32 deletions 2.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准,此开

**示例代码**

- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-hello):Spring Boot 2.0 Hello World 示例
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-banner):Spring Boot 定制 Banner 示例
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-docker):使用 Docker 部署 Spring Boot 示例
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xdockercompose-springboot-mysql-nginx) :Docker Compose + Spring Boot + Nginx + Mysql 示例
- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-commandLineRunner) :Spring Boot 使用 commandLineRunner 实现项目启动时资源初始化示例
- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-web-thymeleaf) :Spring Boot 使用 thymeleaf 实现布局、验参、增删改查示例
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-memcache-spymemcached) :Spring Boot 使用 spymemcached 集成 memcache 示例
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-webflux) :Spring Boot webflux 示例
- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-elasticsearch) :Spring Boot elasticsearch 示例
- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-swagger) :Spring Boot swagger2 示例
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis-plus) :Spring Boot 集成 MyBatis Plus 示例
- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-hello):Spring Boot 2.0 Hello World 示例
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-banner):Spring Boot 定制 Banner 示例
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-docker):使用 Docker 部署 Spring Boot 示例
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/dockercompose-springboot-mysql-nginx) :Docker Compose + Spring Boot + Nginx + Mysql 示例
- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-commandLineRunner) :Spring Boot 使用 commandLineRunner 实现项目启动时资源初始化示例
- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-web-thymeleaf) :Spring Boot 使用 thymeleaf 实现布局、验参、增删改查示例
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-memcache-spymemcached) :Spring Boot 使用 spymemcached 集成 memcache 示例
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-webflux) :Spring Boot webflux 示例
- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-elasticsearch) :Spring Boot elasticsearch 示例
- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-swagger) :Spring Boot swagger2 示例
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis-plus) :Spring Boot 集成 MyBatis Plus 示例

**参考文章**

Expand All @@ -62,27 +62,27 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准,此开

**示例代码**

- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-helloWorld):Spring Boot 的 hello World 版本
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-web):Spring Boot Web 开发综合示例
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-redis):Spring Boot 集成 Redis 示例
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-jpa):Spring Boot 使用 Jpa 各种示例
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-annotation):注解版本
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-xml):Xml 配置版本
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource):Spring Boot + Mybatis (Xml 版) 多数据源最简解决方案
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource):Spring Boot + Mybatis(注解版)多数据源最简解决方案
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-thymeleaf):Spring Boot 使用 Thymeleaf 详细示例
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-jpa-thymeleaf-curd):Spring Boot + Jpa + Thymeleaf 增删改查示例
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-rabbitmq):Spring Boot 和 Rabbitmq 各种消息应用案例
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-scheduler):Spring Boot 和定时任务案例
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mail):Spring Boot 和邮件服务
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mongodb/spring-boot-mongodb):Spring Boot 和 Mongodb 的使用
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-mongodb/spring-boot-multi-mongodb):Spring Boot 和 Mongodb 多数据源的使用
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-package-war): Spring Boot 打包成 War 包示例
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-shiro):Spring Boot 整合 Shiro Rbac 示例
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-file-upload):使用 Spring Boot 上传文件示例
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-fastDFS):Spring Boot 整合 FastDFS 示例
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-actuator):Spring Boot Actuator 使用示例
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/2.xspring-boot-admin-simple):Spring Boot Admin 的使用示例
- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-helloWorld):Spring Boot 的 hello World 版本
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-web):Spring Boot Web 开发综合示例
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-redis):Spring Boot 集成 Redis 示例
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-jpa):Spring Boot 使用 Jpa 各种示例
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-annotation):注解版本
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-xml):Xml 配置版本
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource):Spring Boot + Mybatis (Xml 版) 多数据源最简解决方案
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource):Spring Boot + Mybatis(注解版)多数据源最简解决方案
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-thymeleaf):Spring Boot 使用 Thymeleaf 详细示例
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-jpa-thymeleaf-curd):Spring Boot + Jpa + Thymeleaf 增删改查示例
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-rabbitmq):Spring Boot 和 Rabbitmq 各种消息应用案例
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-scheduler):Spring Boot 和定时任务案例
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mail):Spring Boot 和邮件服务
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mongodb/spring-boot-mongodb):Spring Boot 和 Mongodb 的使用
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-mongodb/spring-boot-multi-mongodb):Spring Boot 和 Mongodb 多数据源的使用
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-package-war): Spring Boot 打包成 War 包示例
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-shiro):Spring Boot 整合 Shiro Rbac 示例
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-file-upload):使用 Spring Boot 上传文件示例
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-fastDFS):Spring Boot 整合 FastDFS 示例
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-actuator):Spring Boot Actuator 使用示例
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/2.x/spring-boot-admin-simple):Spring Boot Admin 的使用示例

**参考文章**

Expand Down
Loading

0 comments on commit fb8eca0

Please sign in to comment.