mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge pull request #12697 from graben:docu-fix
* pr/12697: Fix outdated import statements
This commit is contained in:
+2
-2
@@ -1924,8 +1924,8 @@ PID file, as shown in the following example:
|
||||
[indent=0]
|
||||
----
|
||||
org.springframework.context.ApplicationListener=\
|
||||
org.springframework.boot.system.ApplicationPidFileWriter,\
|
||||
org.springframework.boot.system.EmbeddedServerPortFileWriter
|
||||
org.springframework.boot.context.ApplicationPidFileWriter,\
|
||||
org.springframework.boot.web.context.WebServerPortFileWriter
|
||||
----
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user