mybatis错误 Mapped Statements collection does not contain value for

java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for

在unit里测试怎么也通不过,最后终于找到问题,原来是命名空间没写对,如果使用mapper,则

<mapper namespace="com.sitech.mapper.StudentMapper">

空间中一定要写上Mapper的名称,否则就会报错。

posted @ 2015-06-04 17:47  深呼吸000  阅读(324)  评论(0编辑  收藏  举报