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:
@@ -57,6 +57,8 @@ Spring For All 社区是新组建的关于 Spring 的纯技术交流社区(涵
|
|||||||
#### d. 『 基础 – 数据缓存篇 』
|
#### d. 『 基础 – 数据缓存篇 』
|
||||||
- springboot-mybatis-redis <br>
|
- springboot-mybatis-redis <br>
|
||||||
[《Spring Boot 整合 Redis 实现缓存操作》](http://www.bysocket.com/?p=1712 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")<br>
|
[《Spring Boot 整合 Redis 实现缓存操作》](http://www.bysocket.com/?p=1712 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")<br>
|
||||||
|
- springboot-mybatis-redis-annotation <br>
|
||||||
|
[《Spring Boot 注解实现整合 Redis 作为缓存》](http://www.bysocket.com/?p=1712 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")<br>
|
||||||
|
|
||||||
#### e. 『 其他篇 』
|
#### e. 『 其他篇 』
|
||||||
- springboot-elasticsearch <br>
|
- springboot-elasticsearch <br>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@@ -34,6 +34,12 @@
|
|||||||
<!-- 基础 – 数据缓存篇 -->
|
<!-- 基础 – 数据缓存篇 -->
|
||||||
<!-- Spring Boot 整合 Redis 实现缓存 -->
|
<!-- Spring Boot 整合 Redis 实现缓存 -->
|
||||||
<module>springboot-mybatis-redis</module>
|
<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 案例 -->
|
<!-- Spring Boot 整合 Dubbo/ZooKeeper 详解 SOA 案例 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user