From 67df1bdabf2e4cc6c902946129ece1e6dde033ce Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Tue, 29 Oct 2024 15:26:14 +0800 Subject: [PATCH] =?UTF-8?q?nacos=E7=AB=AF=E5=8F=A3=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-gateway/src/main/resources/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-gateway/src/main/resources/bootstrap.yaml b/yudao-gateway/src/main/resources/bootstrap.yaml index bda612f67..6c029ce7e 100644 --- a/yudao-gateway/src/main/resources/bootstrap.yaml +++ b/yudao-gateway/src/main/resources/bootstrap.yaml @@ -17,7 +17,7 @@ logging: spring: cloud: nacos: - server-addr: 121.36.203.133:48083 + server-addr: 172.19.0.1:8848 discovery: namespace: ${spring.profiles.active} # 命名空间。这里使用 dev 开发环境 metadata: