From 1a41ff941ae4dd40307ff62aecd94ece453ce778 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 27 Apr 2018 10:14:31 +0200 Subject: [PATCH] Polish --- .../src/main/asciidoc/appendix-application-properties.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 37e7992acda..5e23c0e8a98 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/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. 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.