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