|
|
|
@ -55,6 +55,11 @@ spring: |
|
|
|
|
discovery: |
|
|
|
|
# Nacos discovery 服务地址 |
|
|
|
|
server-addr: 172.31.36.143:33000 |
|
|
|
|
#Nacos config 命名空间,对应配置中的名称(sims_order_namespace) |
|
|
|
|
namespace: ${spring.cloud.nacos.config.namespace} |
|
|
|
|
# Nacos config 登录用户名 |
|
|
|
|
username: ${spring.cloud.nacos.config.username} |
|
|
|
|
password: ${spring.cloud.nacos.config.password} |
|
|
|
|
#sentinel配置相关 |
|
|
|
|
sentinel: |
|
|
|
|
#sentinel是否开启控制 |
|
|
|
|