Mapped Statements collection does not contain value for [namespace]
程序员文章站
2022-07-15 12:13:53
...
mybatis 入门练习项目报错:
### Error updating database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for c***********ent
### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for c***********ent
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:26)
at ………………
原因在于session执行的映射文件名错误,与映射文件中<mapper namespace="***********">不一样
// Test.java
SqlSession session = factory.openSession();
session.insert("com.lee.dao.IStudentMapper.saveStudent"); // 映射文件路径
<!-- StuMapper.xml -->
<mapper namespace="com.lee.dao.IStudentMapper">
上一篇: 7-47 打印选课学生名单 (25 分)
下一篇: 科学计数法转换(怕忘记 发一下)
推荐阅读
-
moven 部署Sping与mybatis时,Mapped Statements collection does not contain value for Xxxxxxxx
-
Mapped Statements collection already contains value for xxx
-
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