57.1 扩展配置

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

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

最后更新于