From c8843947fed9dbc26d04200b81f86cf4cb3e8cd4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 27 Apr 2018 10:14:51 +0200 Subject: [PATCH] Polish --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5e23c0e8a98..e3ac6762bf9 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 @@ -1220,7 +1220,7 @@ content into your application. Rather, pick only the properties that you need. # 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. + 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.