Browse Source

Merge branch '1.4.x' into 1.5.x

pull/7655/head
Stephane Nicoll 9 years ago
parent
commit
e002e03b3e
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

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

Loading…
Cancel
Save