@RefreshScope beans are recreated, but property used from application.properties is not refreshed
I have a project in which I want to update property from application.properties in runtime, and to recreate the beans that depend on configuration and configuration bean itself with the new/updated value. Beans are destroyed when i call http://localhost:8888/actuator/refresh but the value is not updated.
The steps i do :