|
@@ -235,15 +235,15 @@
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <!-- 使用 redisson-spring-data-22 替代,解决 Tuple NoClassDefFoundError 报错 -->
|
|
|
+ <groupId>org.redisson</groupId>
|
|
|
+ <!-- 使用 redisson-spring-data-27 替代,解决 Tuple NoClassDefFoundError 报错 -->
|
|
|
<artifactId>redisson-spring-data-33</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.redisson</groupId>
|
|
|
- <artifactId>redisson-spring-data-22</artifactId>
|
|
|
+ <artifactId>redisson-spring-data-27</artifactId>
|
|
|
<version>${redisson.version}</version>
|
|
|
</dependency>
|
|
|
|