🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 53.1 扩展配置 ### 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 ```