spring整合mybatis bug解决java.lang.IllegalArgumentException: Mapped Statements collection does not conta

Posted zhiws

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring整合mybatis bug解决java.lang.IllegalArgumentException: Mapped Statements collection does not conta相关的知识,希望对你有一定的参考价值。

spring整合mybatis时候出现了这个bug

java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.jpj.base.dao.UserDaoI.getUserByUsername通过查找资料解决了这个bug,解决方式是在sql的xml配置里面有一个配置

<mapper namespace="com.jpj.base.model.TUser" >

这个配置应该是对应的Dao接口,我写成了model类了结果一直出错,改为到接口

<mapper namespace="com.jpj.base.dao.UserDaoI" >

以上是关于spring整合mybatis bug解决java.lang.IllegalArgumentException: Mapped Statements collection does not conta的主要内容,如果未能解决你的问题,请参考以下文章

Spring整合Mybatis错误解决方案

spring-mybatis整合异常

AngularJSAngularJS整合SpringmvcMybatis环境搭建

java-Spring+MyBatis整合

spring-mybatis整合

解决spring整合mybatis时错误 ‘org.mybatis.spring.mapper.MapperScannerConfigurer#0‘