spring for all

This commit is contained in:
JeffLi1993
2017-06-05 15:01:03 +08:00
committed by liqiangqiang
parent bdaff26758
commit 3426afbf63
2 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,12 @@
<!-- 基础 数据缓存篇 -->
<!-- Spring Boot 整合 Redis 实现缓存 -->
<module>springboot-mybatis-redis</module>
<!-- Spring Boot 注解实现整合 Redis 实现缓存 -->
<module>springboot-mybatis-redis-annotation</module>
<!-- 基础 应用篇 -->
<!-- Spring Boot Actuator 监控 -->
<module>springboot-actuator</module>
<!-- 其他篇 -->
<!-- Spring Boot 整合 Dubbo/ZooKeeper 详解 SOA 案例 -->