正在显示
1 个修改的文件
包含
10 行增加
和
0 行删除
| @@ -111,6 +111,16 @@ | @@ -111,6 +111,16 @@ | ||
| 111 | <dependency> | 111 | <dependency> |
| 112 | <groupId>org.springframework.boot</groupId> | 112 | <groupId>org.springframework.boot</groupId> |
| 113 | <artifactId>spring-boot-starter-data-redis</artifactId> | 113 | <artifactId>spring-boot-starter-data-redis</artifactId> |
| 114 | + <exclusions> | ||
| 115 | + <exclusion> | ||
| 116 | + <groupId>io.lettuce</groupId> | ||
| 117 | + <artifactId>lettuce-core</artifactId> | ||
| 118 | + </exclusion> | ||
| 119 | + </exclusions> | ||
| 120 | + </dependency> | ||
| 121 | + <dependency> | ||
| 122 | + <groupId>redis.clients</groupId> | ||
| 123 | + <artifactId>jedis</artifactId> | ||
| 114 | </dependency> | 124 | </dependency> |
| 115 | 125 | ||
| 116 | <!-- pool 对象池 --> | 126 | <!-- pool 对象池 --> |
-
请 注册 或 登录 后发表评论