From 383ee9c4477ef2c0a23aa24bf16bdf11e1f5c9be Mon Sep 17 00:00:00 2001 From: zch Date: Thu, 19 Jun 2025 17:09:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(portal):=20=E4=B8=BA=20Nacos=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 bootstrap.yml 文件中增加了 Nacos 配置的用户名和密码 --- ruoyi-modules/hw-portal/src/main/resources/bootstrap.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruoyi-modules/hw-portal/src/main/resources/bootstrap.yml b/ruoyi-modules/hw-portal/src/main/resources/bootstrap.yml index a23b87e..c18e6a0 100644 --- a/ruoyi-modules/hw-portal/src/main/resources/bootstrap.yml +++ b/ruoyi-modules/hw-portal/src/main/resources/bootstrap.yml @@ -17,11 +17,15 @@ spring: server-addr: 127.0.0.1:8848 namespace: hwsaas-xs92 group: DEFAULT_GROUP + username: nacos + password: nacos config: # 配置中心地址 server-addr: 127.0.0.1:8848 namespace: hwsaas-xs92 group: DEFAULT_GROUP + username: nacos + password: nacos # 配置文件格式 file-extension: yml # 共享配置