@RefreshScope
时间: 2023-11-07 07:58:22 浏览: 22
Spring Cloud @RefreshScope 原理及使用
@RefreshScope是一个Spring Cloud提供的注解,用于实现配置的动态刷新。它需要满足以下条件:使用@Scope注解、@RefreshScope注解、RefreshScope类、GenericScope类、Scope接口和ContextRefresher类。其中,@Scope注解的两个主要属性是value和proxyMode,而proxyMode是@RefreshScope实现的本质。RefreshScope继承自GenericScope,而GenericScope实现了Scope接口。
阅读全文