@Value 注入Map报错 Cannot convert value of type ‘java.lang.String‘ to required type ‘java.util.Map‘
Cannot convert value of type 'java.lang.String' to required type 'java.util.Map'
·
@Value 使用
@Value("${user}")
private Map<String,String> maps;
配置文件
user: "{name: '张三', age: '17'}"
解决办法
已解决!
更多 @Value 注入方式:@Value注入map、List、Bean、static变量方式及详细使用
更多推荐
已为社区贡献1条内容
所有评论(0)