From 5af713fc9d93bf449bff9d600817754ed18568ff Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Sun, 23 Feb 2025 16:07:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20sa-token-spring-boot-autoconfig=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=95=E5=85=A5=20sa-token-jackson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-demo/sa-token-demo-test/pom.xml | 12 ++++++------ sa-token-dependencies/pom.xml | 4 ++-- sa-token-plugin/sa-token-redisson/README.md | 4 ++-- .../sa-token-spring-boot-autoconfig/pom.xml | 8 +++++++- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/sa-token-demo/sa-token-demo-test/pom.xml b/sa-token-demo/sa-token-demo-test/pom.xml index 075746aa..3520135f 100644 --- a/sa-token-demo/sa-token-demo-test/pom.xml +++ b/sa-token-demo/sa-token-demo-test/pom.xml @@ -44,7 +44,7 @@ cn.hutool hutool-all - 5.8.16 + 5.8.36 @@ -54,12 +54,12 @@ ${sa-token.version} --> - + - cn.dev33 - sa-token-redis-jackson - ${sa-token.version} - + cn.dev33 + sa-token-redis-template + ${sa-token.version} + diff --git a/sa-token-dependencies/pom.xml b/sa-token-dependencies/pom.xml index edead77c..c027c52b 100644 --- a/sa-token-dependencies/pom.xml +++ b/sa-token-dependencies/pom.xml @@ -15,8 +15,8 @@ 1.40.0 - 2.5.15 - 3.0.1 + 2.7.18 + 3.4.3 3.1.4.RELEASE 2.13.4.1 2.11.2 diff --git a/sa-token-plugin/sa-token-redisson/README.md b/sa-token-plugin/sa-token-redisson/README.md index b6dbf0db..b8fa53d6 100644 --- a/sa-token-plugin/sa-token-redisson/README.md +++ b/sa-token-plugin/sa-token-redisson/README.md @@ -10,7 +10,7 @@ cn.dev33 - sa-token-redisson-jackson2 + sa-token-redisson ${sa-token.version} @@ -65,7 +65,7 @@ public class SaTokenConfigure { cn.dev33 - sa-token-redisson-jackson2 + sa-token-redisson ${sa-token.version} diff --git a/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml b/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml index fe7c64da..95227301 100644 --- a/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml +++ b/sa-token-starter/sa-token-spring-boot-autoconfig/pom.xml @@ -42,7 +42,13 @@ spring-boot-configuration-processor true - + + + + cn.dev33 + sa-token-jackson + + cn.dev33