From eec62220c3cd5dacc9bbe0645ec74df8e5a66e66 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sat, 18 Mar 2023 17:54:44 +0800 Subject: [PATCH] Add Redisson autoconfiguration --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb902f7..f0e3141 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 @@ -525,6 +527,11 @@ redisson ${redisson.version} + + org.redisson + redisson-spring-boot-starter + ${redisson.version} + com.xuxueli xxl-job-core -- GitLab