2022
04-30
04-30
springboot注入yml配置文件 list报错的解决方案
目录springboot注入yml配置文件list报错注入list的正确方法springbootyml配置文件注入Map,Listspringboot注入yml配置文件list报错springboot中yml配置注入一般使用@Value注解可注入String类型数据,比如:@Value("${config}")StringstringConfig;即可注入属性,而注入list使用此方法则会报错提示Couldnotresolveplaceholderxxx。注入list的正确方法配置文件实例list-config:config:-companyId-userId-o...
继续阅读 >