diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 3d2ce61f570..e56fcfb84d1 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -438,7 +438,7 @@ content into your application; rather pick only the properties that you need. endpoints.trace.sensitive=true endpoints.trace.enabled=true - # HEALTH INDICATORS + # HEALTH INDICATORS (previously health.*) management.health.db.enabled=true management.health.diskspace.enabled=true management.health.mongo.enabled=true @@ -447,7 +447,7 @@ content into your application; rather pick only the properties that you need. management.health.solr.enabled=true management.health.diskspace.path=. management.health.diskspace.threshold=10485760 - management.health.status.order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP + management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP # MVC ONLY ENDPOINTS endpoints.jolokia.path=jolokia