rengb 4 лет назад
Родитель
Сommit
48ecf60277
1 измененных файлов с 10 добавлено и 1 удалено
  1. 10 1
      config-center/src/main/resources/bootstrap.yml

+ 10 - 1
config-center/src/main/resources/bootstrap.yml

@@ -19,4 +19,13 @@ server:
 eureka:
   client:
     service-url:
-      defaultZone: http://localhost:6751/eureka/
+      defaultZone: http://localhost:6751/eureka/
+
+management:
+  endpoints:
+    web:
+      exposure:
+        include: '*'
+  endpoint:
+    health:
+      show-details: always