Skip to content

Commit c9c9e36

Browse files
committed
Polish
See gh-11113
1 parent f12de33 commit c9c9e36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,10 +1212,6 @@ content into your application. Rather, pick only the properties that you need.
12121212
management.endpoint.shutdown.cache.time-to-live=0ms # Maximum time that a response can be cached.
12131213
management.endpoint.shutdown.enabled=false # Whether to enable the shutdown endpoint.
12141214
1215-
# STATUS ENDPOINT ({sc-spring-boot-actuator}/health/StatusEndpoint.{sc-ext}[StatusEndpoint])
1216-
management.endpoint.status.cache.time-to-live=0ms # Maximum time that a response can be cached.
1217-
management.endpoint.status.enabled=true # Whether to enable the status endpoint.
1218-
12191215
# THREAD DUMP ENDPOINT ({sc-spring-boot-actuator}/management/ThreadDumpEndpoint.{sc-ext}[ThreadDumpEndpoint])
12201216
management.endpoint.threaddump.cache.time-to-live=0ms # Maximum time that a response can be cached.
12211217
management.endpoint.threaddump.enabled= # Whether to enable the threaddump endpoint.

0 commit comments

Comments
 (0)