fix: nacos ip error

This commit is contained in:
zzs 2025-03-10 14:48:29 +08:00
parent 5ff865031d
commit 5948ff864d
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ spring:
config: # 【注册中心】配置项
namespace: dev # 命名空间。这里使用 dev 开发环境
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
inetutils:
preferred-networks: 192.168
--- #################### 数据库相关配置 ####################
spring:

View File

@ -14,6 +14,8 @@ spring:
config: # 【注册中心】配置项
namespace: dev # 命名空间。这里使用 dev 开发环境
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
inetutils:
preferred-networks: 192.168
--- #################### 数据库相关配置 ####################
spring: