部署应用程序启动后Spring Boot Runtime属性更改

时间:2017-09-08 13:28:54

标签: spring-boot deployment configuration executable-jar

我在Spring Boot Application中遇到了开启/关闭案例的要求。我们已经实施了一项正在处理财产的通知服务: application.properties文件中的notifyall = true。

现在我想通过在application.properties文件中指定notifyall = false来停止通知服务,而不会有任何停机时间。

是否可以在Spring Boot Application中使用?

如果是,那么任何步骤方法或相关教程都会有很大帮助。

由于

1 个答案:

答案 0 :(得分:-1)

使用弹簧防尘套执行器。

请通过以下链接:https://projects.spring.io/spring-cloud/spring-cloud.html#_environment_changes

它用前缀提到@ConfigurationProperties;配置中的任何更改都会自动加载。