From 193c358f3e11d987f176e29e77e33e4ce9c692c7 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 17 Jul 2024 19:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BE=9D=E8=B5=96=E3=80=91=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=20redisson-spring-boot-starter=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B0=203.32.0=20=E5=90=8E=E7=9A=84=20Tuple=20NoClassDefFou?= =?UTF-8?q?ndError=20=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-dependencies/pom.xml | 6 +++--- yudao-framework/yudao-spring-boot-starter-redis/pom.xml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index faa3072016..1905342828 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -235,15 +235,15 @@ spring-boot-starter-actuator - org.springframework.boot - + org.redisson + redisson-spring-data-33 org.redisson - redisson-spring-data-22 + redisson-spring-data-27 ${redisson.version} diff --git a/yudao-framework/yudao-spring-boot-starter-redis/pom.xml b/yudao-framework/yudao-spring-boot-starter-redis/pom.xml index 8f4e580a05..3e059bac30 100644 --- a/yudao-framework/yudao-spring-boot-starter-redis/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-redis/pom.xml @@ -26,6 +26,10 @@ org.redisson redisson-spring-boot-starter + + org.redisson + redisson-spring-data-27 + org.springframework.boot