Browse Source

优化sentinel配置

test
smallchill 5 years ago
parent
commit
35b3463520
  1. 5
      doc/nacos/blade.yaml

5
doc/nacos/blade.yaml

@ -12,6 +12,9 @@ server:
#spring配置
spring:
cloud:
sentinel:
eager: true
devtools:
restart:
log-condition-evaluation-delta: false
@ -22,8 +25,6 @@ spring:
feign:
hystrix:
enabled: true
#sentinel:
#enabled: true
okhttp:
enabled: true
httpclient:

Loading…
Cancel
Save