From 35b34635203c2be78035aaf3271609fa1818b556 Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 23 Mar 2020 23:40:49 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96sentinel=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/nacos/blade.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/nacos/blade.yaml b/doc/nacos/blade.yaml index f18a1e1e..46867838 100644 --- a/doc/nacos/blade.yaml +++ b/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: