feat: jetcache版本:2.7.3

This commit is contained in:
2023-11-13 09:36:12 +08:00
parent 86b1c89136
commit 7419bda1ef
8 changed files with 51 additions and 24 deletions

View File

@@ -360,7 +360,13 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-starter-redis</artifactId>
<version>2.5.14</version>
<version>2.7.3</version>
</dependency>
<!-- jetcache2.7.x版本需要额外添加该依赖-->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.3.1</version>
</dependency>