From f0a6a3f64765ade29ac28a7a5e5d7507ada560a3 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Tue, 11 Apr 2023 15:24:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pqs-gateway/pom.xml | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/pqs-gateway/pom.xml b/pqs-gateway/pom.xml index 6b2d0fb14..0f5e5ad48 100644 --- a/pqs-gateway/pom.xml +++ b/pqs-gateway/pom.xml @@ -21,12 +21,12 @@ com.njcn common-core ${project.version} - - - - - - + + + org.springframework.boot + spring-boot-starter-logging + + com.njcn @@ -52,15 +52,33 @@ com.alibaba.cloud spring-cloud-alibaba-sentinel-gateway + + + org.springframework.boot + spring-boot-starter-logging + + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel + + + org.springframework.boot + spring-boot-starter-logging + + com.alibaba.csp sentinel-datasource-nacos + + + org.springframework.boot + spring-boot-starter-logging + + @@ -75,6 +93,12 @@ org.springframework.security spring-security-oauth2-jose + + + org.springframework.boot + spring-boot-starter-logging + +