From a3cb8a45ade2e159783a2aeb3bf0a5e26da5262d Mon Sep 17 00:00:00 2001 From: lianlonggang Date: Wed, 4 Mar 2026 09:27:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=A0=87=E5=87=86=E5=8C=96?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=BE=AE=E6=9C=8D=E5=8A=A1=E7=9A=84=20applic?= =?UTF-8?q?ation.yml=20=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 统一 health-consultation、health-emergency、health-watch、health-system 四个模块的配置文件格式 - 规范 YAML 缩进和空行,提升配置文件可读性 - 保持配置内容不变,仅调整格式排版 --- .../src/main/resources/application.yml | 2 +- .../health-emergency-start/src/main/resources/application.yml | 2 +- .../health-watch-start/src/main/resources/application.yml | 2 +- .../jeecg-system-start/src/main/resources/application.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/health-consultation/health-consultation-start/src/main/resources/application.yml b/health-consultation/health-consultation-start/src/main/resources/application.yml index d57b950..e359451 100644 --- a/health-consultation/health-consultation-start/src/main/resources/application.yml +++ b/health-consultation/health-consultation-start/src/main/resources/application.yml @@ -21,7 +21,7 @@ spring: password: ${spring.cloud.nacos.password} discovery: enabled: true - namespace: ${NACOS_NAMESPACE:} + namespace: ${NACOS_NAMESPACE_DISCOVERY:} group: ${NACOS_GROUP:DEFAULT_GROUP} server-addr: ${spring.cloud.nacos.server-addr} username: ${spring.cloud.nacos.username} diff --git a/health-emergency/health-emergency-start/src/main/resources/application.yml b/health-emergency/health-emergency-start/src/main/resources/application.yml index 24e2a46..6cd298c 100644 --- a/health-emergency/health-emergency-start/src/main/resources/application.yml +++ b/health-emergency/health-emergency-start/src/main/resources/application.yml @@ -21,7 +21,7 @@ spring: password: ${spring.cloud.nacos.password} discovery: enabled: true - namespace: ${NACOS_NAMESPACE:} + namespace: ${NACOS_NAMESPACE_DISCOVERY:} group: ${NACOS_GROUP:DEFAULT_GROUP} server-addr: ${spring.cloud.nacos.server-addr} username: ${spring.cloud.nacos.username} diff --git a/health-watch/health-watch-start/src/main/resources/application.yml b/health-watch/health-watch-start/src/main/resources/application.yml index d1e2821..1d35bff 100644 --- a/health-watch/health-watch-start/src/main/resources/application.yml +++ b/health-watch/health-watch-start/src/main/resources/application.yml @@ -21,7 +21,7 @@ spring: password: ${spring.cloud.nacos.password} discovery: enabled: true - namespace: ${NACOS_NAMESPACE:} + namespace: ${NACOS_NAMESPACE_DISCOVERY:} group: ${NACOS_GROUP:DEFAULT_GROUP} server-addr: ${spring.cloud.nacos.server-addr} username: ${spring.cloud.nacos.username} diff --git a/jeecg-system/jeecg-system-start/src/main/resources/application.yml b/jeecg-system/jeecg-system-start/src/main/resources/application.yml index 973c4c1..150e808 100644 --- a/jeecg-system/jeecg-system-start/src/main/resources/application.yml +++ b/jeecg-system/jeecg-system-start/src/main/resources/application.yml @@ -21,7 +21,7 @@ spring: password: ${spring.cloud.nacos.password} discovery: enabled: true - namespace: ${NACOS_NAMESPACE:} + namespace: ${NACOS_NAMESPACE_DISCOVERY:} group: ${NACOS_GROUP:DEFAULT_GROUP} server-addr: ${spring.cloud.nacos.server-addr} username: ${spring.cloud.nacos.username}