Browse Source

Fix typo for management.health.readinessstate.enabled

Closes gh-22560
pull/22996/head
Stephane Nicoll 5 years ago
parent
commit
7ed54bda96
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

2
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -220,7 +220,7 @@ @@ -220,7 +220,7 @@
"defaultValue": true
},
{
"name": "management.health.readynessstate.enabled",
"name": "management.health.readinessstate.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable readiness state health check.",
"defaultValue": false

Loading…
Cancel
Save