From 649099a8417d721339ff2299df93e99825e6a527 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 02 一月 2024 17:06:05 +0800 Subject: [PATCH] fix 修复 临时解决 token与token-session 过期时间不一致问题(等satoken处理) --- ruoyi-common/ruoyi-common-core/pom.xml | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 33f9f7f..5925c9b 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -67,12 +67,6 @@ </dependency> <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-json</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> @@ -100,6 +94,11 @@ <artifactId>ip2region</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>transmittable-thread-local</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3