
【Java】Spring持久层报错:no matching editors or conversion strategy found
一、问题
最近在搭Spring的批量框架,报错频繁,算是一趟趟坑之旅吧;
Cannot convert value of type 'Java.lang.String' to required type 'javax.sql.DataSource' for property 'dataSource': no matching editors or conversion strategy found 二、解决原因就是在持久层的xml配置里,将【ref】写错成了【value】;
👁️ 阅读量:0
© 版权声明:本文《【Java】Spring持久层报错:no matching editors or conversion strategy found》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686590438a300519.html。