From e40b6b0de656c55641eb42c9c1cf5b396ccd2e7d Mon Sep 17 00:00:00 2001 From: liyongde <1419499670@qq.com> Date: Thu, 9 Jul 2026 14:52:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nl-gateway/src/main/resources/application-dev.yaml | 2 +- .../src/main/resources/application-dev.yaml | 6 +++--- .../src/main/resources/application-dev.yaml | 6 +++--- nl-server/src/main/resources/application-dev.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nl-gateway/src/main/resources/application-dev.yaml b/nl-gateway/src/main/resources/application-dev.yaml index ea24ab2f..2e8adfa8 100644 --- a/nl-gateway/src/main/resources/application-dev.yaml +++ b/nl-gateway/src/main/resources/application-dev.yaml @@ -3,7 +3,7 @@ spring: cloud: nacos: - server-addr: 192.168.10.14:8848 # Nacos 服务器地址 + server-addr: 192.168.10.29:8848 # Nacos 服务器地址 username: password: discovery: # 【配置中心】配置项 diff --git a/nl-module-infra/nl-module-infra-server/src/main/resources/application-dev.yaml b/nl-module-infra/nl-module-infra-server/src/main/resources/application-dev.yaml index 6dabe13c..5434bed6 100644 --- a/nl-module-infra/nl-module-infra-server/src/main/resources/application-dev.yaml +++ b/nl-module-infra/nl-module-infra-server/src/main/resources/application-dev.yaml @@ -3,7 +3,7 @@ spring: cloud: nacos: - server-addr: 192.168.10.14:8848 # Nacos 服务器地址 + server-addr: 192.168.10.29:8848 # Nacos 服务器地址 username: # Nacos 账号 password: # Nacos 密码 discovery: # 【配置中心】配置项 @@ -95,9 +95,9 @@ spring: xxl: job: admin: - addresses: http://192.168.10.14:8080/xxl-job-admin # 调度中心部署跟地址 + addresses: http://192.168.10.29:8080/xxl-job-admin # 调度中心部署跟地址 executor: - ip: 192.168.10.14 + ip: 192.168.10.29 port: 9991 --- #################### 服务保障相关配置 #################### diff --git a/nl-module-system/nl-module-system-server/src/main/resources/application-dev.yaml b/nl-module-system/nl-module-system-server/src/main/resources/application-dev.yaml index 8f34648a..8282b941 100644 --- a/nl-module-system/nl-module-system-server/src/main/resources/application-dev.yaml +++ b/nl-module-system/nl-module-system-server/src/main/resources/application-dev.yaml @@ -3,7 +3,7 @@ spring: cloud: nacos: - server-addr: http://192.168.10.14:8848 # Nacos 服务器地址 + server-addr: http://192.168.10.29:8848 # Nacos 服务器地址 username: # Nacos 账号 password: # Nacos 密码 discovery: # 【配置中心】配置项 @@ -95,9 +95,9 @@ spring: xxl: job: admin: - addresses: http://192.168.10.14:8080/xxl-job-admin # 调度中心部署跟地址 + addresses: http://192.168.10.29:8080/xxl-job-admin # 调度中心部署跟地址 executor: - ip: 192.168.10.14 + ip: 192.168.10.29 port: 9992 --- #################### 服务保障相关配置 #################### diff --git a/nl-server/src/main/resources/application-dev.yaml b/nl-server/src/main/resources/application-dev.yaml index 94b6b146..38ac2498 100644 --- a/nl-server/src/main/resources/application-dev.yaml +++ b/nl-server/src/main/resources/application-dev.yaml @@ -70,10 +70,10 @@ xxl: job: enabled: false # 是否开启调度中心,默认为 true 开启 admin: - addresses: http://192.168.10.14:8080/xxl-job-admin # 调度中心部署跟地址 + addresses: http://192.168.10.29:8080/xxl-job-admin # 调度中心部署跟地址 executor: appname: nl-lms-server - ip: 192.168.10.14 + ip: 192.168.10.29 port: 9992 --- #################### 消息队列相关 ####################