|
|
|
@ -131,7 +131,7 @@ content into your application. Rather, pick only the properties that you need. |
|
|
|
# OUTPUT |
|
|
|
# OUTPUT |
|
|
|
spring.output.ansi.enabled=detect # Configures the ANSI 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.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). |
|
|
|
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.cache.time-to-live=0ms # Maximum time that a response can be cached. |
|
|
|
management.endpoint.heapdump.enabled= # Whether to enable the heapdump endpoint. |
|
|
|
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.cache.time-to-live=0ms # Maximum time that a response can be cached. |
|
|
|
management.endpoint.httptrace.enabled= # Whether to enable the HTTP trace endpoint. |
|
|
|
management.endpoint.httptrace.enabled= # Whether to enable the HTTP trace endpoint. |
|
|
|
|
|
|
|
|
|
|
|
|