From c6a77788290d12264e70100d0fb836803561ce86 Mon Sep 17 00:00:00 2001
From: houg <hougang_ahut@163.com>
Date: Thu, 20 Jun 2019 17:20:44 +0800
Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 04e89ea..0d0ec46 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -17,7 +17,7 @@ eureka:
   client:
     registerWithEureka: false
     #表示是否从Eureka Server上获取注册信息,默认为true
-    fetchRegistry=false
+    fetchRegistry: false
     serviceUrl:
       defaultZone: http://localhost:${server.port}/register/eureka/
   instance:
-- 
2.18.1