소스 검색

监控配置初始化调试

rengb 4 년 전
부모
커밋
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