I want to rebinding ConfigurationProperties data.Read user documentation.
post http://localhost:8080/env,It working .
But post http://localhost:8080/env/reset,Cannot refresh all configurations.
Can only refresh keys that have visited /env.
I want to refresh all the configuration what should I do?
http://projects.spring.io/spring-cloud/spring-cloud.html#_endpoints
Posting key-value pairs to
/envwill triggerrebinding. Posting to/env/resetwill trigger too on condition thatmanagerpropertysource not empty.If you are not updating environment by posting
/env, you can use endpoint/refresh.