From 703ed901feb938b3ab1b239b6986f2975955e7b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Dec 2016 19:19:19 +0100 Subject: [PATCH] Polish doc --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0d62c5472c..5b8d7fac96 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -1065,7 +1065,7 @@ content into your application; rather pick only the properties that you need. management.ssl.trust-store-provider= # Provider for the trust store. Requires a custom management.port. management.ssl.trust-store-type= # Type of the trust store. Requires a custom management.port. - # HEALTH INDICATORS (previously health.*) + # HEALTH INDICATORS management.health.db.enabled=true # Enable database health check. management.health.cassandra.enabled=true # Enable cassandra health check. management.health.couchbase.enabled=true # Enable couchbase health check.