53.1 扩展配置

META-INF/spring.factories文件中,你可以激活创建PID文件的listener(s),示例:

org.springframework.context.ApplicationListener=\
org.springframework.boot.actuate.system.ApplicationPidFileWriter,
org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter

Last updated