nacos-spring-boot-project icon indicating copy to clipboard operation
nacos-spring-boot-project copied to clipboard

springboot整合nacos可以剥离NacosValue注解吗

Open littlesky007 opened this issue 4 years ago • 1 comments

在配置文件中可以不使用@NacosValue或者@Value,而是使用@ConfigurationProperties来对配置类进行赋值吗

littlesky007 avatar Jan 28 '21 12:01 littlesky007

@NacosConfigurationProperties 将配置拉取到本地后解析到 spring bean 中,与 @ConfigurationProperties 功能类似

lugavin avatar May 25 '22 11:05 lugavin