Skip to content

Commit bcfd83b

Browse files
committed
Spring Boot 2.x基础教程:使用集中式缓存Redis
1 parent fc7fb95 commit bcfd83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<module>chapter5-1</module> <!-- 使用进程内缓存 -->
4646
<module>chapter5-2</module> <!-- 使用进程内缓存 EhCache -->
4747
<module>chapter5-3</module> <!-- 使用EhCache缓存集群 -->
48-
<!-- 5-4 使用集中式缓存Redis -->
48+
<module>chapter5-4</module> <!-- 使用集中式缓存Redis -->
4949
<!-- 5-5 Redis + EhCache的二连组合拳 -->
5050

5151
<!-- 其他常用的数据储存 -->

0 commit comments

Comments
 (0)