技术栈
nacos数组list类型写法
wpj130
1 年前
nacos
·
springboot
·
nacos数组list类型写法
·
配置写value注解写法
nacos properties配置写@Value注解的数组list类型写法
场景:今天有这么几个组配置:这个配置写@ConfigurationProperties(prefix = "custom")注解显然是不太好取到custom.interceptor.exclude,于是只能在配置类中写@Value注解,但是怎么都是获取为null或者报错: