@@ -15,30 +15,32 @@ Spring Boot 现在已经成为Java 开发领域的一颗璀璨明珠,它本身
1515
1616每个项目一篇博客文章的详细讲解,点击链接可以查看文章:
1717
18- * springboot-thymeleaf [ 集成Thymeleaf构建Web应用] ( https://www.xncoding.com/2017/07/01/spring/sb-thymeleaf.html )
19- * springboot-mybatis [ 集成MyBatis] ( https://www.xncoding.com/2017/07/02/spring/sb-mybatis.html )
20- * springboot-hibernate [ 集成Hibernate] ( https://www.xncoding.com/2017/07/03/spring/sb-hibernate.html )
21- * springboot-mongodb [ 集成MongoDB] ( https://www.xncoding.com/2017/07/04/spring/sb-mongodb.html )
22- * springboot-restful [ 实现RESTful接口] ( https://www.xncoding.com/2017/07/05/spring/sb-restful.html )
23- * springboot-resttemplate [ 使用RestTemplate] ( https://www.xncoding.com/2017/07/06/spring/sb-restclient.html )
24- * springboot-shiro [ 集成Shiro权限管理] ( https://www.xncoding.com/2017/07/07/spring/sb-shiro.html )
25- * springboot-swagger2 [ 集成Swagger2] ( https://www.xncoding.com/2017/07/08/spring/sb-swagger2.html )
26- * springboot-jwt [ 集成JWT实现接口权限认证] ( https://www.xncoding.com/2017/07/09/spring/sb-jwt.html )
27- * springboot-multisource[ 多数据源配置] ( https://www.xncoding.com/2017/07/10/spring/sb-multisource.html )
28- * springboot-schedule [ 定时任务] ( https://www.xncoding.com/2017/07/12/spring/sb-schedule.html )
29- * springboot-websocket [ 使用WebScoket实时通信] ( https://www.xncoding.com/2017/07/15/spring/sb-websocket.html )
30- * springboot-socketio [ 集成SocketIO实时通信] ( https://www.xncoding.com/2017/07/16/spring/sb-socketio.html )
31- * springboot-async [ 异步线程池] ( https://www.xncoding.com/2017/07/20/spring/sb-async.html )
32- * springboot-starter [ 教你自己写starter] ( https://www.xncoding.com/2017/07/22/spring/sb-starter.html )
33- * springboot-aop [ 使用AOP] ( https://www.xncoding.com/2017/07/24/spring/sb-aop.html )
34- * springboot-transaction [ 声明式事务] ( https://www.xncoding.com/2017/07/26/spring/sb-transaction.html )
35- * springboot-cache [ 使用缓存] ( https://www.xncoding.com/2017/07/28/spring/sb-cache.html )
36- * springboot-redis [ Redis数据库] ( https://www.xncoding.com/2017/07/30/spring/sb-redis.html )
37- * springboot-batch [ 批处理] ( https://www.xncoding.com/2017/08/01/spring/sb-batch.html )
38- * springboot-rabbitmq [ 集成消息队列RabbitMQ] ( https://www.xncoding.com/2017/08/06/spring/sb-rabbitmq.html )
39- * springboot-echarts [ 集成Echarts导出图片] ( https://www.xncoding.com/2017/08/19/spring/sb-echarts.html )
40- * app-manage [ 一个完整的Web后台管理系统,组合使用了多种技术]
41- * app-manage-api [ 同时实现了需要认证授权访问的RESTful API接口和WebSocket接口]
18+ 项目名称 | 文章地址
19+ ----------------------------|------------------------------------------------------------------------------------------
20+ springboot-thymeleaf | [ 集成Thymeleaf构建Web应用] ( https://www.xncoding.com/2017/07/01/spring/sb-thymeleaf.html )
21+ springboot-mybatis | [ 集成MyBatis] ( https://www.xncoding.com/2017/07/02/spring/sb-mybatis.html )
22+ springboot-hibernate | [ 集成Hibernate] ( https://www.xncoding.com/2017/07/03/spring/sb-hibernate.html )
23+ springboot-mongodb | [ 集成MongoDB] ( https://www.xncoding.com/2017/07/04/spring/sb-mongodb.html )
24+ springboot-restful | [ 实现RESTful接口] ( https://www.xncoding.com/2017/07/05/spring/sb-restful.html )
25+ springboot-resttemplate | [ 使用RestTemplate] ( https://www.xncoding.com/2017/07/06/spring/sb-restclient.html )
26+ springboot-shiro | [ 集成Shiro权限管理] ( https://www.xncoding.com/2017/07/07/spring/sb-shiro.html )
27+ springboot-swagger2 | [ 集成Swagger2] ( https://www.xncoding.com/2017/07/08/spring/sb-swagger2.html )
28+ springboot-jwt | [ 集成JWT实现接口权限认证] ( https://www.xncoding.com/2017/07/09/spring/sb-jwt.html )
29+ springboot-multisource | [ 多数据源配置] ( https://www.xncoding.com/2017/07/10/spring/sb-multisource.html )
30+ springboot-schedule | [ 定时任务] ( https://www.xncoding.com/2017/07/12/spring/sb-schedule.html )
31+ springboot-websocket | [ 使用WebScoket实时通信] ( https://www.xncoding.com/2017/07/15/spring/sb-websocket.html )
32+ springboot-socketio | [ 集成SocketIO实时通信] ( https://www.xncoding.com/2017/07/16/spring/sb-socketio.html )
33+ springboot-async | [ 异步线程池] ( https://www.xncoding.com/2017/07/20/spring/sb-async.html )
34+ springboot-starter | [ 教你自己写starter] ( https://www.xncoding.com/2017/07/22/spring/sb-starter.html )
35+ springboot-aop | [ 使用AOP] ( https://www.xncoding.com/2017/07/24/spring/sb-aop.html )
36+ springboot-transaction | [ 声明式事务] ( https://www.xncoding.com/2017/07/26/spring/sb-transaction.html )
37+ springboot-cache | [ 使用缓存] ( https://www.xncoding.com/2017/07/28/spring/sb-cache.html )
38+ springboot-redis | [ Redis数据库] ( https://www.xncoding.com/2017/07/30/spring/sb-redis.html )
39+ springboot-batch | [ 批处理] ( https://www.xncoding.com/2017/08/01/spring/sb-batch.html )
40+ springboot-rabbitmq | [ 集成消息队列RabbitMQ] ( https://www.xncoding.com/2017/08/06/spring/sb-rabbitmq.html )
41+ springboot-echarts | [ 集成Echarts导出图片] ( https://www.xncoding.com/2017/08/19/spring/sb-echarts.html )
42+ app-manage | [ 一个完整的Web后台管理系统,组合使用了多种技术]
43+ app-manage-api | [ 同时实现了需要认证授权访问的RESTful API接口和WebSocket接口]
4244
4345## 环境
4446
0 commit comments