@@ -28,24 +28,24 @@ Spring Boot 使用的各种示例,以最简单、最实用为标准,此开
2828- [ spring-boot-hello] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello ) :Spring Boot 3.0 Hello World 示例
2929- [ spring-boot-banner] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello ) :Spring Boot 3.0 定制 banner 示例
3030- [ spring-boot-helloworld] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld ) :Spring Boot 3.0 Hello World Test 单元测试示例
31+ - [ spring-boot-scheduler] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-scheduler ) :Spring Boot 3.0 定时任务 scheduler 使用示例
32+ - [ spring-boot-package] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package ) :Spring Boot 3.0 单元测试、集成测试、打 Jar/War 包、定制启动参数使用案例
33+ - [ spring-boot-commandLineRunner] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-commandLineRunner ) :Spring Boot 3.0 目启动时初始化资源案例
3134- [ spring-boot-web] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web ) :Spring Boot 3.0 web 示例
3235- [ spring-boot-webflux] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-webflux ) :Spring Boot 3.0 响应式编程 WebFlux 使用案例
33- - [ spring-boot-redis ] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-redis ) :Spring Boot 3.0 Redis 示例
36+ - [ spring-boot-file-upload ] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-file-upload ) :Spring Boot 3.0 上传文件使用案例
3437- [ spring-boot-thymeleaf] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-thymeleaf ) :Spring Boot 3.0 Thymeleaf 语法、布局使用示例
3538- [ spring-boot-jpa] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa ) :Spring Boot 3.0 Jpa 操作、增删、改查多数据源使用示例
3639- [ spring-boot-mybatis] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis ) :Spring Boot 3.0 Mybatis 注解、xml 使用、增删改查、多数据源使用示例
37- - [ spring-boot-rabbitmq] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-rabbitmq ) :Spring Boot 3.0 RabbitMQ 各种常见场景使用示例
38- - [ spring-boot-scheduler] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-scheduler ) :Spring Boot 3.0 定时任务 scheduler 使用示例
39- - [ spring-boot-mail] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mail ) :Spring Boot 3.0 邮件发送使用示例
40- - [ spring-boot-mongodb] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mongodb ) :Spring Boot 3.0 MongoDB 增删改查示例 多数据源使用案例
41- - [ spring-boot-package] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package ) :Spring Boot 3.0 单元测试、集成测试、打 Jar/War 包、定制启动参数使用案例
4240- [ spring-boot-web-thymeleaf] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web-thymeleaf ) :Spring Boot 3.0 thymeleaf 增删该查示例
4341- [ spring-boot-jpa-thymeleaf-curd] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa-thymeleaf-curd ) :Spring Boot 3.0 Jpa thymeleaf 列表、增删改查使用案例
44- - [ spring-boot-file-upload] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-file-upload ) :Spring Boot 3.0 上传文件使用案例
45- - [ spring-boot-commandLineRunner] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-commandLineRunner ) :Spring Boot 3.0 目启动时初始化资源案例
42+ - [ spring-boot-mail] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mail ) :Spring Boot 3.0 邮件发送使用示例
43+ - [ spring-boot-rabbitmq] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-rabbitmq ) :Spring Boot 3.0 RabbitMQ 各种常见场景使用示例
44+ - [ spring-boot-mongodb] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mongodb ) :Spring Boot 3.0 MongoDB 增删改查示例 多数据源使用案例
45+ - [ spring-boot-redis] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-redis ) :Spring Boot 3.0 Redis 示例
46+ - [ spring-boot-memcache-spymemcached] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached ) :Spring Boot 3.0 集成 Memcached 使用案例
4647- [ spring-boot-docker] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-docker ) :Spring Boot 3.0 Docker 使用案例
4748- [ dockercompose-springboot-mysql-nginx] ( https://github.com/ityouknow/spring-boot-examples/tree/master/dockercompose-springboot-mysql-nginx ) :Spring Boot 3.0 Docker Compose + Spring Boot + Nginx + Mysql 使用案例
48- - [ spring-boot-memcache-spymemcached] ( https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached ) :Spring Boot 3.0 集成 Memcached 使用案例
4949
5050
5151> 如果大家想了解关于 Spring Boot 的其它方面应用,也可以以[ issues] ( https://github.com/ityouknow/spring-boot-examples/issues ) 的形式反馈给我,我后续来完善。
0 commit comments