Apollo配置自动更新机制及拓展一、背景 在日常工作中,我们代码里经常会用到以下两种方式读取Apollo配置: (1)使用@Value注解,,在使用配置的bean里面定义带@Value的属性,将Apollo配置读取到基础类型对象;@Value("${supreme.service.dataAuthorityEnabled}") private boolean dataAuthorit
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号