fix issue for springboot3 #5741: shiro 无法使用 spring boot 3.X 自带的jedis,降版本处理

pull/5767/head
chenrui 2024-01-02 13:31:57 +08:00
parent d8bc74794d
commit 46e3e62b59
1 changed files with 7 additions and 0 deletions

View File

@ -168,6 +168,13 @@
<version>${jeecgboot.version}</version>
</dependency>
<!-- shiro 无法使用 spring boot 3.X 自带的jedis降版本处理 -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
</dependency>
<!-- jeecg tools -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>