Skip to content

Commit

Permalink
Add the missing configuration metadata for "management.endpoint.
Browse files Browse the repository at this point in the history
health.probes.add-additional-paths" in spring boot actuator
autoconfigure.

Closes spring-projectsgh-30562
  • Loading branch information
luozhenyu committed Apr 6, 2022
1 parent 8536c83 commit f5ee8b4
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -54,6 +54,12 @@
"description": "Whether to enable liveness and readiness probes.",
"defaultValue": false
},
{
"name": "management.endpoint.health.probes.add-additional-paths",
"type": "java.lang.Boolean",
"description": "Whether to make the liveness and readiness health groups available on the main server port.",
"defaultValue": false
},
{
"name": "management.endpoint.health.show-details",
"defaultValue": "never"
Expand Down

0 comments on commit f5ee8b4

Please sign in to comment.