diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index a27a8a6940..ce048422e5 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -54,6 +54,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",