From 4ce29ec8f3fc6ed6a186c43ebc3d416749393a4b Mon Sep 17 00:00:00 2001 From: Xiang Date: Mon, 8 Dec 2025 14:32:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=9B=86=E6=88=90redisson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index f7c0e9a..0796122 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ 3.23.6 2.2.3 0.4.0 + 3.15.1 @@ -86,6 +87,11 @@ org.springframework.boot spring-boot-starter-data-redis + + org.redisson + redisson + ${redisson.version} +