1
0
mirror of synced 2026-02-07 19:27:50 +08:00

🎨 #3833 【公众号】重构Starter模块配置存储自动配置功能,按存储类型拆分为独立配置类,并新增可选的 Redisson 存储实现

This commit is contained in:
buaazyl
2026-01-07 09:52:21 +08:00
committed by GitHub
parent 51d2ed7a3c
commit e572ddfba6
14 changed files with 514 additions and 293 deletions

View File

@@ -22,7 +22,12 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jodd</groupId>