Polish pid metadata

This commit moves the `spring.pid.*` metadata to the relevant project. It
also updates the doc to refer to the new `ApplicationPidFileWriter`
rather than the one in its deprecatred form.

Closes gh-8196
This commit is contained in:
Stephane Nicoll
2017-02-05 09:23:56 +01:00
parent 22ba7b93b2
commit a30461c5c7
3 changed files with 13 additions and 13 deletions

View File

@@ -1488,7 +1488,7 @@ writes a PID file. Example:
[indent=0]
----
org.springframework.context.ApplicationListener=\
org.springframework.boot.actuate.system.ApplicationPidFileWriter,\
org.springframework.boot.system.ApplicationPidFileWriter,\
org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
----