From 4d72d4ee0e0af83f73a209ebee855563b42791d1 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 10 Jul 2025 11:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20yudao-gateway/src/main/res?= =?UTF-8?q?ources/application-dev.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix:修改nacos配置 --- yudao-gateway/src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-gateway/src/main/resources/application-dev.yaml b/yudao-gateway/src/main/resources/application-dev.yaml index 41db4e4..c38b7c2 100644 --- a/yudao-gateway/src/main/resources/application-dev.yaml +++ b/yudao-gateway/src/main/resources/application-dev.yaml @@ -3,7 +3,7 @@ spring: cloud: nacos: - server-addr: 192.168.0.152:9080 # Nacos 服务器地址 + server-addr: 192.168.0.152:9060 # Nacos 服务器地址 username: nacos # Nacos 账号 password: T7@pL9vQ # Nacos 密码 discovery: # 【配置中心】配置项