From c9c9e3664ee42a7b7a0d83e15384cd875d00d1d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Nov 2017 13:26:55 +0100 Subject: [PATCH] Polish See gh-11113 --- .../src/main/asciidoc/appendix-application-properties.adoc | 4 ---- 1 file changed, 4 deletions(-) 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 274d310a60..9d55501925 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 @@ -1212,10 +1212,6 @@ content into your application. Rather, pick only the properties that you need. management.endpoint.shutdown.cache.time-to-live=0ms # Maximum time that a response can be cached. management.endpoint.shutdown.enabled=false # Whether to enable the shutdown endpoint. - # STATUS ENDPOINT ({sc-spring-boot-actuator}/health/StatusEndpoint.{sc-ext}[StatusEndpoint]) - management.endpoint.status.cache.time-to-live=0ms # Maximum time that a response can be cached. - management.endpoint.status.enabled=true # Whether to enable the status endpoint. - # THREAD DUMP ENDPOINT ({sc-spring-boot-actuator}/management/ThreadDumpEndpoint.{sc-ext}[ThreadDumpEndpoint]) management.endpoint.threaddump.cache.time-to-live=0ms # Maximum time that a response can be cached. management.endpoint.threaddump.enabled= # Whether to enable the threaddump endpoint.