diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bf67da87..48e88f8b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,6 @@ server.port=8080 logging.level.root=debug -management.endpoints.web.exposure.include=health \ No newline at end of file +management.endpoints.web.path-mapping.health=health-check +management.endpoints.web.exposure.include=health + +