@@ -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