Commit c50a0d85 authored by Andy Wilkinson's avatar Andy Wilkinson

Reflect process monitoring classes' move to spring-boot in docs

Closes gh-9998
parent 3d39fbe8
...@@ -1112,8 +1112,8 @@ if needed. ...@@ -1112,8 +1112,8 @@ if needed.
[[production-ready-process-monitoring]] [[production-ready-process-monitoring]]
== Process monitoring == Process monitoring
In Spring Boot Actuator you can find a couple of classes to create files that are useful In the `spring-boot` module you can find a couple of classes to create files that are
for process monitoring: useful for process monitoring:
* `ApplicationPidFileWriter` creates a file containing the application PID (by default in * `ApplicationPidFileWriter` creates a file containing the application PID (by default in
the application directory with the file name `application.pid`). the application directory with the file name `application.pid`).
...@@ -1135,7 +1135,7 @@ writes a PID file. Example: ...@@ -1135,7 +1135,7 @@ writes a PID file. Example:
---- ----
org.springframework.context.ApplicationListener=\ org.springframework.context.ApplicationListener=\
org.springframework.boot.system.ApplicationPidFileWriter,\ org.springframework.boot.system.ApplicationPidFileWriter,\
org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter org.springframework.boot.system.EmbeddedServerPortFileWriter
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment