From 6438f805266954874a2ddf345cd6e776f5854b0d Mon Sep 17 00:00:00 2001 From: dhb52 <dhb52@126.com> Date: 星期一, 08 四月 2024 13:57:14 +0800 Subject: [PATCH] fix: easy-retry 3.2.0升级修复 1. SQLServer,Oracle的IDENTITY字段不能插入值 2. SQLServer er_system_user_=> er_system_user 3. ruoyi-admin增加token配置 --- ruoyi-common/ruoyi-common-core/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index ad37e90..5925c9b 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -94,6 +94,11 @@ <artifactId>ip2region</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>transmittable-thread-local</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3