From d2b1177580be66dcb3069c8ea268146ccb0cea19 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 15 十二月 2022 14:52:19 +0800 Subject: [PATCH] !263 优化:代码规范 Merge pull request !263 from hzf/dev --- ruoyi-framework/pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 2113c4f..52e1b06 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.3.1</version> + <version>4.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -56,15 +56,15 @@ <artifactId>spring-boot-admin-starter-client</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>transmittable-thread-local</artifactId> + </dependency> + <!-- 绯荤粺妯″潡--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> - </dependency> - - <dependency> - <groupId>com.yomahub</groupId> - <artifactId>tlog-web-spring-boot-starter</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3