feat(cache): 新增 JetCache 自动配置

This commit is contained in:
2024-01-14 14:25:35 +08:00
parent e090083ba2
commit 156b02b3d7
6 changed files with 137 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<modules>
<module>continew-starter-cache-redisson</module>
<module>continew-starter-cache-springcache</module>
<module>continew-starter-cache-jetcache</module>
</modules>
<dependencies>