From 61045e438984d4a715db3f0408bb4a8fe8ec65d6 Mon Sep 17 00:00:00 2001 From: lianlonggang Date: Wed, 4 Mar 2026 09:30:06 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20Nacos=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BF=9E=E6=8E=A5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Nacos 服务器地址从 localhost:8848 到 192.168.1.80:8848 - 更新认证信息(用户名: xjuser, 密码: Aa135790!123) - 更新命名空间为 xjxc-space-common - 新增服务发现命名空间配置 NACOS_NAMESPACE_DISCOVERY 涉及模块: - health-consultation-start - health-emergency-start - health-watch-start - jeecg-system-start --- .../src/main/resources/.env | 9 +++++---- .../health-emergency-start/src/main/resources/.env | 9 +++++---- .../health-watch-start/src/main/resources/.env | 9 +++++---- .../jeecg-system-start/src/main/resources/.env | 12 ++++++------ 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/health-consultation/health-consultation-start/src/main/resources/.env b/health-consultation/health-consultation-start/src/main/resources/.env index c786753..3a27fc1 100644 --- a/health-consultation/health-consultation-start/src/main/resources/.env +++ b/health-consultation/health-consultation-start/src/main/resources/.env @@ -1,8 +1,9 @@ PROFILE_NAME=dev SERVER_PORT=7010 -NACOS_SERVER_ADDR=localhost:8848 -NACOS_USERNAME=nacos -NACOS_PASSWORD=nacos -NACOS_NAMESPACE=f3f65fb2-303b-4bf7-bccb-4755886503c1 +NACOS_SERVER_ADDR=192.168.1.80:8848 +NACOS_USERNAME=xjuser +NACOS_PASSWORD=Aa135790!123 +NACOS_NAMESPACE=xjxc-space-common +NACOS_NAMESPACE_DISCOVERY=xjxc-space-common NACOS_GROUP=dev FILE_SERVER_URL=http://fileserver.yg.dt.io diff --git a/health-emergency/health-emergency-start/src/main/resources/.env b/health-emergency/health-emergency-start/src/main/resources/.env index 094bf55..87ffc3d 100644 --- a/health-emergency/health-emergency-start/src/main/resources/.env +++ b/health-emergency/health-emergency-start/src/main/resources/.env @@ -1,8 +1,9 @@ PROFILE_NAME=dev SERVER_PORT=7011 -NACOS_SERVER_ADDR=localhost:8848 -NACOS_USERNAME=nacos -NACOS_PASSWORD=nacos -NACOS_NAMESPACE=f3f65fb2-303b-4bf7-bccb-4755886503c1 +NACOS_SERVER_ADDR=192.168.1.80:8848 +NACOS_USERNAME=xjuser +NACOS_PASSWORD=Aa135790!123 +NACOS_NAMESPACE=xjxc-space-common +NACOS_NAMESPACE_DISCOVERY=xjxc-space-common NACOS_GROUP=dev FILE_SERVER_URL=http://fileserver.yg.dt.io diff --git a/health-watch/health-watch-start/src/main/resources/.env b/health-watch/health-watch-start/src/main/resources/.env index 5ce2491..a90a1ff 100644 --- a/health-watch/health-watch-start/src/main/resources/.env +++ b/health-watch/health-watch-start/src/main/resources/.env @@ -1,8 +1,9 @@ PROFILE_NAME=dev SERVER_PORT=7098 -NACOS_SERVER_ADDR=localhost:8848 -NACOS_USERNAME=nacos -NACOS_PASSWORD=nacos -NACOS_NAMESPACE=f3f65fb2-303b-4bf7-bccb-4755886503c1 +NACOS_SERVER_ADDR=192.168.1.80:8848 +NACOS_USERNAME=xjuser +NACOS_PASSWORD=Aa135790!123 +NACOS_NAMESPACE=xjxc-space-common +NACOS_NAMESPACE_DISCOVERY=xjxc-space-common NACOS_GROUP=dev FILE_SERVER_URL=http://fileserver.yg.dt.io \ No newline at end of file diff --git a/jeecg-system/jeecg-system-start/src/main/resources/.env b/jeecg-system/jeecg-system-start/src/main/resources/.env index baf5f67..32cc012 100644 --- a/jeecg-system/jeecg-system-start/src/main/resources/.env +++ b/jeecg-system/jeecg-system-start/src/main/resources/.env @@ -1,8 +1,8 @@ PROFILE_NAME=dev SERVER_PORT=7001 -NACOS_SERVER_ADDR=localhost:8848 -NACOS_USERNAME=nacos -NACOS_PASSWORD=nacos -NACOS_NAMESPACE=f3f65fb2-303b-4bf7-bccb-4755886503c1 -NACOS_GROUP=dev -FILE_SERVER_URL=http://fileserver.yg.dt.io \ No newline at end of file +NACOS_SERVER_ADDR=192.168.1.80:8848 +NACOS_USERNAME=xjuser +NACOS_PASSWORD=Aa135790!123 +NACOS_NAMESPACE=xjxc-space-common +NACOS_NAMESPACE_DISCOVERY=xjxc-space-common +NACOS_GROUP=dev \ No newline at end of file