From f1960104163be4cdafbb63ca1492517fc49a2dde 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:17:16 +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/pom.xml | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 61f218741..aa34e2a47 100644 --- a/pom.xml +++ b/pom.xml @@ -225,6 +225,17 @@ org.redisson redisson-spring-boot-starter ${redisson.version} + + + org.redisson + redisson-spring-data-30 + + + + + org.redisson + redisson-spring-data-27 + ${redisson.version} com.baomidou diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml index 8139ba2f8..e42c3fc6e 100644 --- a/ruoyi/pom.xml +++ b/ruoyi/pom.xml @@ -194,6 +194,12 @@ org.redisson redisson-spring-boot-starter + + + org.redisson + redisson-spring-data-27 + + com.baomidou lock4j-redisson-spring-boot-starter