Skip to content

Commit

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

Closes gh-30562
  • Loading branch information
luozhenyu committed Apr 7, 2022
1 parent c54b825 commit 26e17e7
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -48,6 +48,12 @@
"sun.java.command"
]
},
{
"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.probes.enabled",
"type": "java.lang.Boolean",
Expand Down

0 comments on commit 26e17e7

Please sign in to comment.