Update pidfile property and add documentation

Change the pidfile property from `spring.application.pidfile` to
`spring.pidfile` (to save confusion with SpringApplication properties).

Also added documentation and meta-data information.

See gh-1579
This commit is contained in:
Phillip Webb
2014-11-05 08:29:17 -08:00
parent 3d3ca42318
commit ea6162254d
4 changed files with 12 additions and 3 deletions

View File

@@ -356,6 +356,9 @@ content into your application; rather pick only the properties that you need.
management.contextPath= # default to '/'
management.add-application-context-header= # default to true
# PID FILE ({sc-spring-boot-actuator}/system/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter])
spring.pidfile= # Location of the PID file to write
# ENDPOINTS ({sc-spring-boot-actuator}/endpoint/AbstractEndpoint.{sc-ext}[AbstractEndpoint] subclasses)
endpoints.autoconfig.id=autoconfig
endpoints.autoconfig.sensitive=true