feature nacos升级到版本2.3.2, 并默认开启nacos服务端授权认证

This commit is contained in:
OldDriver9527
2024-05-10 15:29:36 +08:00
parent 373a16da1d
commit 8df2bc3020
65 changed files with 630 additions and 707 deletions

View File

@@ -19,6 +19,8 @@ spring:
nacos:
# nacos 服务地址
server-addr: @nacos.server@
username: @nacos.username@
password: @nacos.password@
discovery:
# 注册组
group: @nacos.discovery.group@