feat(cache): 新增 Spring Cache 自动配置

This commit is contained in:
2024-01-13 23:50:41 +08:00
parent 8936268038
commit e090083ba2
6 changed files with 145 additions and 0 deletions

View File

@@ -262,6 +262,13 @@
<version>${revision}</version>
</dependency>
<!-- 缓存模块 - Spring Cache -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-cache-springcache</artifactId>
<version>${revision}</version>
</dependency>
<!-- 缓存模块 - Redisson -->
<dependency>
<groupId>top.charles7c.continew</groupId>