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.




















Comments

Popular posts from this blog

RDS vs Aurora DB

Java 8 : Find the number starts with 1 from a list of integers

Optional Vs Null Check