You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhongqi-jxpt/jxpt-config/remove-nacos.yaml

22 lines
468 B

spring:
# Nacos config
cloud:
nacos:
config:
#关闭服务
enabled: false
#关闭配置刷新
refresh-enabled: false
# Nacos discovery 配置
discovery:
#关闭服务注册
enabled: false
#关闭接口请求
instance-enabled: false
#sentinel配置相关
sentinel:
#sentinel是否开启控制
enabled: false
#sentinel连接控制台
eager: false