diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 48e88f8b..e333807f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ server.port=8080 logging.level.root=debug +management.health.status.order=DOWN, UP management.endpoints.web.path-mapping.health=health-check management.endpoints.web.exposure.include=health