spring boot中@ConfigurationProperties 与 @Value区别以及用法
目录@Value(“”)介绍@configurationProperties@ConfigurationProperties与@Value比较@Value(“”)介绍:@Value(“”)介绍:用来指定bean中某一个属性的值,它的值可以是字面量,从配置文件获取的值,spel表达式例如:@Value("${person.last-name}")privateStringlastName;@Valu