@RefreshScope 整个应用程序的替代方案

exp*_*rer 5 spring-boot spring-cloud-config

在使用 spring cloud 配置时,我遇到了 @RefreshScope。

据我了解,@RefreshScope 必须与任何需要动态更新所用属性的 bean 一起使用。

是否有可以在整个应用程序中使用的全局替代方案,而不仅仅是一个 bean?