Browse Source

Polish

pull/12984/merge
Stephane Nicoll 8 years ago
parent
commit
1a41ff941a
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

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

@ -1218,6 +1218,10 @@ content into your application. Rather, pick only the properties that you need. @@ -1218,6 +1218,10 @@ content into your application. Rather, pick only the properties that you need.
management.endpoint.info.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.info.enabled=true # Whether to enable the info endpoint.
# INTEGRATION GRAPH ENDPOINT ({sc-spring-boot-actuator}/integration/IntegrationGraphEndpoint.{sc-ext}[IntegrationGraphEndpoint])
management.endpoint.integrationgraph.cache.time-to-live=0ms # Maximum time that a response can be cached.
management.endpoint.integrationgraph.enabled=true # Whether to enable the integrationgraph endpoint.
# JOLOKIA ENDPOINT ({sc-spring-boot-actuator-autoconfigure}/jolokia/JolokiaProperties.{sc-ext}[JolokiaProperties])
management.endpoint.jolokia.config.*= # Jolokia settings. Refer to the documentation of Jolokia for more details.
management.endpoint.jolokia.enabled=true # Whether to enable the jolokia endpoint.

Loading…
Cancel
Save