Spring Cloud-Nacos+@RefreshScope实现配置的动态更新
简介
说明
本文介绍SpringCloud整合Nacos使用@RefreshScope实现动态更新配置。
官网
Nacos Spring Cloud 快速开始
动态更新的介绍
动态更新的含义:修改应用的配置之后,...
Spring Cloud-@RefreshScope动态刷新的注意事项
简介
本文介绍Spring Cloud的@RefreshScope动态刷新的注意事项。
不用@RefreshScope也能动态刷新
Spring Cloud的默认实现了动态刷新,不加@RefreshScope就能实现动态更新。方法如...