简体   繁体   中英

spring boot application.yml properties change at runtime

In a spring boot application, I am able to bind properties from application.yml to the bean fields using @ConfigurationProperties annotation.

Is it possible to update these properties in application.yml at runtime and get them reflected in the bean? If yes. How to do this?

In the past, I've gotten this working using ReloadableResourceBundleMessageSource

Spring Cloud Config does that and more. In particular, check the sample application .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM