会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
thingsoft
博客园
首页
新随笔
联系
管理
订阅
2011年7月31日
spring配置 no matching editors or conversion strategy found 异常解决方案
摘要: spring 配置中遇到该问题,可以通过注入的方式解决,代码如下: <tx:annotation-driven transaction-manager="myTxManager" proxy-target-class="true"/> 总结:Spring注入的是接口,关联的是实现类。 这里注入了实现类,所以报异常了
阅读全文
posted @ 2011-07-31 15:48 lovecd
阅读(3264)
评论(0)
推荐(0)
公告