From 5a81b337c76ec96fe0980f5bdbfe36b71c38089d Mon Sep 17 00:00:00 2001
From: hhhhsc <1710496817@qq.com>
Date: Tue, 7 Jul 2026 09:24:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgateway=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
backend/api-gateway/pom.xml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/backend/api-gateway/pom.xml b/backend/api-gateway/pom.xml
index 9bc17361c..1195fec30 100644
--- a/backend/api-gateway/pom.xml
+++ b/backend/api-gateway/pom.xml
@@ -37,17 +37,33 @@
spring-ai-starter-mcp-server-webmvc
org.springframework.ai
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
org.springframework.cloud
spring-cloud-starter-gateway
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
org.springframework.boot
spring-boot-starter-security
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
@@ -66,6 +82,10 @@
org.springframework.boot
spring-boot-starter-web
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
@@ -108,6 +128,12 @@
org.springframework.boot
spring-boot-starter-test
test
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
org.mockito