spring配置 no matching editors or conversion strategy found 异常解决方案
<br />spring 配置中遇到该问题,可以通过注入的方式解决,代码如下:<br /> <tx:annotation-driven transaction-manager="myTxManager" proxy-target-class="true"/><br />总结:Spring注入的是接口,关联的是实现类。 这里注入了实现类,所以报异常了。<br />另外一种方法:<br />