From f9d9eb2d70458839d292a5d34d18ddc79888f80e 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:11:56 +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 | 12 ++++++++++++
ruoyi-common/pom.xml | 6 ++++++
2 files changed, 18 insertions(+)
diff --git a/pom.xml b/pom.xml
index d17587a0..5efd58c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,19 @@
org.redisson
redisson-spring-boot-starter
${redisson.version}
+
+
+ org.redisson
+ redisson-spring-data-30
+
+
+
+ org.redisson
+ redisson-spring-data-27
+ ${redisson.version}
+
+
com.baomidou
lock4j-redisson-spring-boot-starter
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 94896eca..c438bf73 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -143,6 +143,12 @@
redisson-spring-boot-starter
+
+ org.redisson
+ redisson-spring-data-27
+ ${redisson.version}
+
+
com.baomidou
lock4j-redisson-spring-boot-starter