This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
spring-boot
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
93f8a944a2
Branches
Tags
master
spring-boot
/
README.md
README.md
2.4 KB
History
Raw
spring-boot-starter
Spring boot使用的各种示例,以最简单、最实用为标准
spring-boot-helloWorld
:spring-boot的helloWorld版本
spring-boot-mybaits-annotation
:注解版本
spring-boot-mybaits-xml
:xml配置版本
spring-boot-mybatis-mulidatasource
:springboot+mybatis多数据源最简解决方案
spring-boot-rabbitmq
:spring boot和rabbitmq各种消息应用案例
spring-boot-scheduler
:spring boot和定时任务案例
spring-boot-web
:web开发综合使用案例
文章可以参考这里
spring boot(一):入门篇
springboot(二):web综合开发
springboot(三):Spring boot中Redis的使用
springboot(四):thymeleaf使用详解
springboot(五):spring data jpa的使用
springboot(六):如何优雅的使用mybatis
springboot(七):springboot+mybatis多数据源最简解决方案
springboot(八):RabbitMQ详解