Disable spring cloud resilience4J by default

This commit is contained in:
hongqiaowei
2021-11-05 10:13:35 +08:00
parent b189210208
commit de704233a5

View File

@@ -38,6 +38,7 @@ spring:
loadbalancer: loadbalancer:
ribbon: ribbon:
enabled: false enabled: false
circuitbreaker.resilience4j.enabled: false
nacos: nacos:
discovery: discovery:
# if use Nacos discovery set this flag to true # if use Nacos discovery set this flag to true