no matching editors or conversion strategy found


错误就出现在这里:


Spring注入的是接口,关联的是实现类。 这里注入了实现类,所以报异常,

这个是默认值如果注入的是类那么修改为true

你可能感兴趣的:(conversion)