Commit 66fe9536 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish doc

See gh-4743
parent 59cb5cf8
...@@ -46,6 +46,6 @@ For Gradle, use the declaration: ...@@ -46,6 +46,6 @@ For Gradle, use the declaration:
to an `AuditService`. Once Spring Security is in play it automatically publishes to an `AuditService`. Once Spring Security is in play it automatically publishes
authentication events by default. This can be very useful for reporting, and also to authentication events by default. This can be very useful for reporting, and also to
implement a lock-out policy based on authentication failures. implement a lock-out policy based on authentication failures.
* **Process Monitoring** In Spring Boot Actuator you can find `ApplicationPidListener` * **Process Monitoring** In Spring Boot Actuator you can find `ApplicationPidFileWriter`
which creates a file containing the application PID (by default in the application which creates a file containing the application PID (by default in the application
directory with a file name of `application.pid`). directory with a file name of `application.pid`).
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