fix 修复 新版本 Redisson 存在与 boot 2.X 的兼容性问题

This commit is contained in:
疯狂的狮子li
2023-01-12 15:20:22 +08:00
parent 3d570ddc76
commit 5c21e550a0
2 changed files with 16 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-data-27</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>