From 3426afbf6375cc00959d680a34f49117c003d048 Mon Sep 17 00:00:00 2001 From: JeffLi1993 Date: Mon, 5 Jun 2017 15:01:03 +0800 Subject: [PATCH] spring for all --- README.md | 2 ++ pom.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 19d2250..3ede3bb 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Spring For All 社区是新组建的关于 Spring 的纯技术交流社区(涵 #### d. 『 基础 – 数据缓存篇 』 - springboot-mybatis-redis
[《Spring Boot 整合 Redis 实现缓存操作》](http://www.bysocket.com/?p=1712 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")
+- springboot-mybatis-redis-annotation
+ [《Spring Boot 注解实现整合 Redis 作为缓存》](http://www.bysocket.com/?p=1712 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")
#### e. 『 其他篇 』 - springboot-elasticsearch
diff --git a/pom.xml b/pom.xml index 91c7e5f..ccc5b66 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,12 @@ springboot-mybatis-redis + + springboot-mybatis-redis-annotation + + + + springboot-actuator