spring cloud動態配置的坑

今天碰到一個坑,當在配置中心刪除配置後,內存裏的配置不刷新。原因是要在@ConfigurationProperties註解的類上加上@RefreshScope註解;同時,不能使用@EnableConfigurationProperties註解初始化配置類,而要用@Component。 原文地址:https://github.com/spring-cloud/spring-cloud-config/
相關文章
相關標籤/搜索