Browse Source

Polish

Closes gh-7632
pull/7655/head
Stephane Nicoll 9 years ago
parent
commit
e5f2c58a7a
  1. 2
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

2
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

@ -1067,6 +1067,8 @@ content into your application; rather pick only the properties that you need. @@ -1067,6 +1067,8 @@ content into your application; rather pick only the properties that you need.
# HEALTH INDICATORS (previously health.*)
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.
management.health.defaults.enabled=true # Enable default health indicators.
management.health.diskspace.enabled=true # Enable disk space health check.
management.health.diskspace.path= # Path used to compute the available disk space.

Loading…
Cancel
Save