Skip to content

Commit 9ccc10e

Browse files
committed
Spring Boot 2.x基础教程:使用EhCache缓存集群
1 parent 0c4a3af commit 9ccc10e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

2.1.x/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595

9696
- [Spring Boot 2.x基础教程:进程内缓存的使用与Cache注解详解](http://blog.didispace.com/spring-boot-learning-21-5-1/)
9797
- [Spring Boot 2.x基础教程:EhCache缓存的使用](http://blog.didispace.com/spring-boot-learning-21-5-2/)
98+
- [Spring Boot 2.x基础教程:使用EhCache缓存集群](http://blog.didispace.com/spring-boot-learning-21-5-3/)
9899

99100
### Web开发
100101

2.1.x/README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090

9191
- [Spring Boot 2.x基础教程:进程内缓存的使用与Cache注解详解](http://blog.didispace.com/spring-boot-learning-21-5-1/)
9292
- [Spring Boot 2.x基础教程:EhCache缓存的使用](http://blog.didispace.com/spring-boot-learning-21-5-2/)
93+
- [Spring Boot 2.x基础教程:使用EhCache缓存集群](http://blog.didispace.com/spring-boot-learning-21-5-3/)
9394

9495
### Web开发
9596

2.1.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<!-- 各种缓存 -->
4343
<module>chapter5-1</module> <!-- 使用进程内缓存 -->
4444
<module>chapter5-2</module> <!-- 使用进程内缓存 EhCache -->
45+
<module>chapter5-3</module> <!-- 使用EhCache缓存集群 -->
4546

4647
<!-- 其他常用的数据储存 -->
4748
<!-- 6-1 使用MongoDB -->

0 commit comments

Comments
 (0)