Skip to content

Commit 697da27

Browse files
JeffLi1993liqiangqiang
authored andcommitted
Spring Boot 整合 Redis 实现缓存操作
1 parent 7a156be commit 697da27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
<modules>
1212
<module>springboot-helloworld</module>
1313
<module>springboot-mybatis</module>
14+
<module>springboot-mybatis-redis</module>
15+
<module>springboot-mybatis-mutil-datasource</module>
1416
<module>springboot-restful</module>
1517
<module>springboot-freemarker</module>
1618
<module>springboot-dubbo-server</module>
1719
<module>springboot-dubbo-client</module>
18-
<module>springboot-redis</module>
1920
<module>springboot-validation-over-json</module>
20-
<module>springboot-mybatis-mutil-datasource</module>
21+
<module>springboot-elasticsearch</module>
2122
</modules>
2223

2324
</project>

0 commit comments

Comments
 (0)