From 5c21e550a05839e7eb120cd62264aee74ad21046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Thu, 12 Jan 2023 15:20:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=20Redisson=20=E5=AD=98=E5=9C=A8=E4=B8=8E=20boot=202.X?= =?UTF-8?q?=20=E7=9A=84=E5=85=BC=E5=AE=B9=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 +++++++++++ ruoyi-common/ruoyi-common-redis/pom.xml | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 87434ae9..bf9fe432 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,17 @@ org.redisson redisson-spring-boot-starter ${redisson.version} + + + org.redisson + redisson-spring-data-30 + + + + + org.redisson + redisson-spring-data-27 + ${redisson.version} diff --git a/ruoyi-common/ruoyi-common-redis/pom.xml b/ruoyi-common/ruoyi-common-redis/pom.xml index bd1075f8..dc2a8c96 100644 --- a/ruoyi-common/ruoyi-common-redis/pom.xml +++ b/ruoyi-common/ruoyi-common-redis/pom.xml @@ -28,6 +28,11 @@ redisson-spring-boot-starter + + org.redisson + redisson-spring-data-27 + + com.baomidou lock4j-redisson-spring-boot-starter