fix 修复 gateway-sentinel 读取nacos配置没有用户密码问题

This commit is contained in:
疯狂的狮子Li
2024-07-02 10:00:09 +08:00
parent 86aa0c74fd
commit 5627f6ae0d

View File

@@ -92,6 +92,8 @@ spring:
server-addr: ${spring.cloud.nacos.server-addr}
dataId: sentinel-${spring.application.name}.json
groupId: ${spring.cloud.nacos.config.group}
username: ${spring.cloud.nacos.username}
password: ${spring.cloud.nacos.password}
namespace: ${spring.profiles.active}
data-type: json
rule-type: gw-flow