mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-13 21:43:45 +08:00
spring for all
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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 案例 -->
|
||||
|
||||
Reference in New Issue
Block a user