From 52afaca75be94a77a4b5e884c8e4641dfa2ad61b Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sun, 6 Jul 2025 12:29:48 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulimall-common/pom.xml | 5 ----- gulimall-gateway/pom.xml | 1 - gulimall-gateway/src/main/resources/application.yml | 2 +- gulimall-gateway/src/main/resources/bootstrap.yml | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/gulimall-common/pom.xml b/gulimall-common/pom.xml index 4b68805..ead46fb 100644 --- a/gulimall-common/pom.xml +++ b/gulimall-common/pom.xml @@ -91,11 +91,6 @@ httpcore 4.2.1 - - commons-lang - commons-lang - 2.6 - org.eclipse.jetty jetty-util diff --git a/gulimall-gateway/pom.xml b/gulimall-gateway/pom.xml index e5e410a..8d585bf 100644 --- a/gulimall-gateway/pom.xml +++ b/gulimall-gateway/pom.xml @@ -78,5 +78,4 @@ - diff --git a/gulimall-gateway/src/main/resources/application.yml b/gulimall-gateway/src/main/resources/application.yml index 9160ef3..0ae9535 100644 --- a/gulimall-gateway/src/main/resources/application.yml +++ b/gulimall-gateway/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: cloud: nacos: discovery: - server-addr: 192.168.95.40:8848 + server-addr: bunny-web.site:8848 gateway: routes: - id: test_route diff --git a/gulimall-gateway/src/main/resources/bootstrap.yml b/gulimall-gateway/src/main/resources/bootstrap.yml index 0f3dd6d..92a8aa3 100644 --- a/gulimall-gateway/src/main/resources/bootstrap.yml +++ b/gulimall-gateway/src/main/resources/bootstrap.yml @@ -4,5 +4,5 @@ spring: cloud: nacos: config: - server-addr: 192.168.95.40:8848 + server-addr: bunny-web.site:8848 namespace: gateway \ No newline at end of file