Browse Source

lrl - 2021-09-27

lirl 3 years ago
parent
commit
a8055c2c7c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/main/resources/bootstrap.yml

+ 5 - 5
src/main/resources/bootstrap.yml

@@ -10,11 +10,11 @@ spring:
       #默认值为0.1f,现在为了测试设置100%采集
       percentage: 1.0
   cloud:
-    #    config:
-    #      fail-fast: true
-    #      discovery:
-    #        enabled: true
-    #        service-id: config-server
+        config:
+          fail-fast: true
+          discovery:
+            enabled: true
+            service-id: config-server
     bus:
       trace:
         enabled: false