mybatis错误 Mapped Statements collection does not contain value for
程序员文章站
2022-07-15 12:14:23
...
有个错误一直很郁闷,搞了半天才搞定。错误如下:
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for
在unit里测试怎么也通不过,最后终于找到问题,原来是命名空间没写对,如果使用mapper,则
<mapper namespace="com.sitech.mapper.StudentMapper">
空间中一定要写上Mapper的名称,否则就会报错。
上一篇: P277 23. 退出的界面和方法
下一篇: Service的两种启动模式
推荐阅读
-
moven 部署Sping与mybatis时,Mapped Statements collection does not contain value for Xxxxxxxx
-
Mybatis:Mapped Statements collection does not contain value for
-
Mapped Statements collection does not contain value for Xxxx
-
Mapped Statements collection does not contain value for XXX
-
Mapped Statements collection does not contain value for
-
Mapped Statements collection does not contain value for xxx
-
[email protected]使用报错:Mapped Statements collection does not contain value for XXX
-
mybatis错误 Mapped Statements collection does not contain value for
-
Mapped Statements collection does not contain value for
-
Mybatis报错—— Mapped Statements collection does not contain value for com.mapper.DepartmentMapper