bootstrap配置

This commit is contained in:
litianxiang
2026-04-28 15:44:11 +08:00
parent 232953acb0
commit 38c12b9ba5

View File

@@ -18,6 +18,9 @@ spring:
cloud:
nacos:
discovery:
# 强制使用指定IP不进行自动探测
register-enabled: true
watch: false
server-addr: ${nacos.host}
namespace: ${nacos.namespace}
username: ${nacos.username}