|
@@ -34,17 +34,13 @@
|
|
|
<groupId>com.yonge.toolset</groupId>
|
|
|
<artifactId>utils</artifactId>
|
|
|
</dependency>
|
|
|
- <!-- Redis缓存整合开始 -->
|
|
|
+
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>io.lettuce</groupId>
|
|
|
- <artifactId>lettuce-core</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <groupId>org.redisson</groupId>
|
|
|
+ <artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
+ <version>${redisson.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>redis.clients</groupId>
|
|
|
<artifactId>jedis</artifactId>
|