Update production-ready-features.adoc
Replace line break with missing line fold "\\\n" to continue the property value. Closes gh-7596
This commit is contained in:
parent
4d5fb97127
commit
9746c63209
|
|
@ -1484,7 +1484,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…
Reference in New Issue