Tag

Bean Refresh

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Dec 13, 2024 · Backend Development

How @RefreshScope Dynamically Refreshes Beans in Spring Boot

This article explains the purpose and inner workings of Spring Boot's @RefreshScope annotation, showing how it creates proxy and target beans, the proxy generation process, and how the /actuator/refresh endpoint triggers a full refresh of scoped beans at runtime.

Bean RefreshJavaRefreshScope
0 likes · 9 min read
How @RefreshScope Dynamically Refreshes Beans in Spring Boot