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