diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 58a99f7..fa8ebb5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,4 +4,7 @@ management: endpoints: web: exposure: - include: * \ No newline at end of file + include: "*" + endpoint: + health: + show-details: always \ No newline at end of file