From 4c42b1f3772563eda8486e7c337c55ed4f220f12 Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 25 Sep 2023 14:18:31 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E6=9B=B4=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83nacos=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-admin/src/main/resources/bootstrap-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dxhy-admin/src/main/resources/bootstrap-test.yaml b/dxhy-admin/src/main/resources/bootstrap-test.yaml index 98020c70..9a14a1c3 100644 --- a/dxhy-admin/src/main/resources/bootstrap-test.yaml +++ b/dxhy-admin/src/main/resources/bootstrap-test.yaml @@ -6,7 +6,7 @@ spring: # Nacos config 地址 server-addr: 172.31.36.146:33000 # Nacos config 命名空间,对应配置中的名称(dxhy-jxpt-namespace) - namespace: c8ce91b7-c3a9-4a6e-a354-8405ce60d66c + namespace: b271ba8e-84d9-4393-88b8-9271aff9465c # Nacos config 分组 group: dxhy-admin-group # Nacos config 登录用户名 @@ -24,4 +24,4 @@ spring: username: admin # Nacos config 登录密码 password: Invoice.nacos.!1 - namespace: c8ce91b7-c3a9-4a6e-a354-8405ce60d66c \ No newline at end of file + namespace: b271ba8e-84d9-4393-88b8-9271aff9465c \ No newline at end of file