nacos-spring-boot-project
nacos-spring-boot-project copied to clipboard
parts of nacos configuration properties annotated with @NacosValue refresh dynamically not work
env: spring boot 2.2.5.RELEASE + nacos-config-spring-boot-starter 0.2.8-bugfix
i tried debug,as these codes at NacosValueAnnotationBeanPostProcessor.onApplicationEvent(event)
environment.getProperty(key) -> PropertySourcesPropertyResolver.getProperty(key, Class<T> targetValueType)
why and how to resolve this problem