Polish
Closes gh-12004
This commit is contained in:
committed by
Stephane Nicoll
parent
c97a9a0cb2
commit
5a9865dabb
@@ -131,7 +131,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
# OUTPUT
|
||||
spring.output.ansi.enabled=detect # Configures the ANSI output.
|
||||
|
||||
# PID FILE ({sc-spring-boot}/system/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter])
|
||||
# PID FILE ({sc-spring-boot}/context/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter])
|
||||
spring.pid.fail-on-write-error= # Fails if ApplicationPidFileWriter is used but it cannot write the PID file.
|
||||
spring.pid.file= # Location of the PID file to write (if ApplicationPidFileWriter is used).
|
||||
|
||||
@@ -1206,7 +1206,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
management.endpoint.heapdump.cache.time-to-live=0ms # Maximum time that a response can be cached.
|
||||
management.endpoint.heapdump.enabled= # Whether to enable the heapdump endpoint.
|
||||
|
||||
# HTTP TRACE ENDPOINT ({sc-spring-boot-actuator}/web/trace/HttpTraceEndpoint.{sc-ext}[HttpTraceEndpoint])
|
||||
# HTTP TRACE ENDPOINT ({sc-spring-boot-actuator}/trace/http/HttpTraceEndpoint.{sc-ext}[HttpTraceEndpoint])
|
||||
management.endpoint.httptrace.cache.time-to-live=0ms # Maximum time that a response can be cached.
|
||||
management.endpoint.httptrace.enabled= # Whether to enable the HTTP trace endpoint.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user