From 26a2d46f9dd5022498a41c9919a3efc40e3efb54 Mon Sep 17 00:00:00 2001 From: zlt2000 Date: Thu, 23 Mar 2023 22:01:19 +0800 Subject: [PATCH] fix #I60LSY --- zlt-business/code-generator/pom.xml | 4 ++++ zlt-business/file-center/pom.xml | 4 ++++ zlt-business/search-center/search-server/pom.xml | 4 ++++ zlt-business/user-center/pom.xml | 4 ++++ .../com/central/user/controller/SysUserController.java | 1 - zlt-commons/zlt-common-core/pom.xml | 9 +++++---- zlt-gateway/sc-gateway/pom.xml | 4 ++++ zlt-uaa/pom.xml | 4 ++++ 8 files changed, 29 insertions(+), 5 deletions(-) diff --git a/zlt-business/code-generator/pom.xml b/zlt-business/code-generator/pom.xml index a589e49..d7f26bc 100644 --- a/zlt-business/code-generator/pom.xml +++ b/zlt-business/code-generator/pom.xml @@ -13,6 +13,10 @@ com.zlt zlt-config + + com.zlt + zlt-log-spring-boot-starter + com.zlt zlt-common-spring-boot-starter diff --git a/zlt-business/file-center/pom.xml b/zlt-business/file-center/pom.xml index 7685429..1aa61ef 100644 --- a/zlt-business/file-center/pom.xml +++ b/zlt-business/file-center/pom.xml @@ -14,6 +14,10 @@ com.zlt zlt-config + + com.zlt + zlt-log-spring-boot-starter + com.zlt zlt-common-spring-boot-starter diff --git a/zlt-business/search-center/search-server/pom.xml b/zlt-business/search-center/search-server/pom.xml index 79fd5d7..caac10f 100644 --- a/zlt-business/search-center/search-server/pom.xml +++ b/zlt-business/search-center/search-server/pom.xml @@ -15,6 +15,10 @@ zlt-config + + com.zlt + zlt-log-spring-boot-starter + com.zlt zlt-common-spring-boot-starter diff --git a/zlt-business/user-center/pom.xml b/zlt-business/user-center/pom.xml index b9ea20d..28f97a6 100644 --- a/zlt-business/user-center/pom.xml +++ b/zlt-business/user-center/pom.xml @@ -14,6 +14,10 @@ com.zlt zlt-config + + com.zlt + zlt-log-spring-boot-starter + com.zlt zlt-common-spring-boot-starter diff --git a/zlt-business/user-center/src/main/java/com/central/user/controller/SysUserController.java b/zlt-business/user-center/src/main/java/com/central/user/controller/SysUserController.java index 0a621f5..eb8ffed 100644 --- a/zlt-business/user-center/src/main/java/com/central/user/controller/SysUserController.java +++ b/zlt-business/user-center/src/main/java/com/central/user/controller/SysUserController.java @@ -12,7 +12,6 @@ import com.central.common.annotation.LoginUser; import com.central.common.constant.CommonConstant; import com.central.common.model.*; import com.central.common.utils.ExcelUtil; -//import com.central.log.annotation.AuditLog; import com.central.log.annotation.AuditLog; import com.central.search.client.service.IQueryService; import com.central.search.model.LogicDelDto; diff --git a/zlt-commons/zlt-common-core/pom.xml b/zlt-commons/zlt-common-core/pom.xml index b013382..1f71666 100644 --- a/zlt-commons/zlt-common-core/pom.xml +++ b/zlt-commons/zlt-common-core/pom.xml @@ -10,10 +10,6 @@ 公共通用组件 jar - - com.zlt - zlt-log-spring-boot-starter - com.baomidou mybatis-plus-extension @@ -97,5 +93,10 @@ com.fasterxml.jackson.core jackson-core + + + com.alibaba + transmittable-thread-local + \ No newline at end of file diff --git a/zlt-gateway/sc-gateway/pom.xml b/zlt-gateway/sc-gateway/pom.xml index 8fb7323..b915408 100644 --- a/zlt-gateway/sc-gateway/pom.xml +++ b/zlt-gateway/sc-gateway/pom.xml @@ -14,6 +14,10 @@ com.zlt zlt-config + + com.zlt + zlt-log-spring-boot-starter + com.zlt zlt-loadbalancer-spring-boot-starter diff --git a/zlt-uaa/pom.xml b/zlt-uaa/pom.xml index 7c4541e..59d3d27 100644 --- a/zlt-uaa/pom.xml +++ b/zlt-uaa/pom.xml @@ -13,6 +13,10 @@ com.zlt zlt-config + + com.zlt + zlt-log-spring-boot-starter + com.zlt zlt-common-spring-boot-starter -- GitLab