Bean Refresh in Spring Boot
Update config values in your microservices at runtime without having to restart them. Use Actuator endpoints to trigger refresh and use the RefreshScope annotation to have the values refresh in the microservices.
Update config values in your microservices at runtime without having to restart them. Use Actuator endpoints to trigger refresh and use the RefreshScope annotation to have the values refresh in the microservices.
Comments
Post a Comment