5
votes

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

1

1 Answers

3
votes