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?