From de1dbe61a50b8154007c80cb01933ebf87f8c94a Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Mon, 09 Mar 2026 17:38:37 +0800
Subject: [PATCH] update userid default value
---
ruoyi-common/ruoyi-common-core/pom.xml | 58 ++++++++++++++++++++++++++++++++--------------------------
1 files changed, 32 insertions(+), 26 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index 1c71f8a..7809e04 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
- <version>2.2.0</version>
+ <version>3.6.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -17,28 +17,34 @@
<dependencies>
- <!-- SpringCloud Openfeign -->
+ <!-- SpringCloud Openfeign -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
- </dependency>
+ </dependency>
+
+ <!-- SpringCloud Loadbalancer -->
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-loadbalancer</artifactId>
+ </dependency>
- <!-- Spring Context Support -->
- <dependency>
+ <!-- Spring Context Support -->
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
- </dependency>
+ </dependency>
- <!-- Spring Web -->
- <dependency>
+ <!-- Spring Web -->
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- </dependency>
+ </dependency>
- <!-- Apache Commons Pool2 -->
+ <!-- Transmittable ThreadLocal -->
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-pool2</artifactId>
+ <groupId>com.alibaba</groupId>
+ <artifactId>transmittable-thread-local</artifactId>
</dependency>
<!-- Pagehelper -->
@@ -61,8 +67,20 @@
<!-- Alibaba Fastjson -->
<dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
+ <groupId>com.alibaba.fastjson2</groupId>
+ <artifactId>fastjson2</artifactId>
+ </dependency>
+
+ <!-- Jwt -->
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt</artifactId>
+ </dependency>
+
+ <!-- Jaxb -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
</dependency>
<!-- Apache Lang3 -->
@@ -77,12 +95,6 @@
<artifactId>commons-io</artifactId>
</dependency>
- <!-- Commons Fileupload -->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- </dependency>
-
<!-- excel工具 -->
<dependency>
<groupId>org.apache.poi</groupId>
@@ -93,12 +105,6 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
- </dependency>
-
- <!-- Swagger -->
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.9.3