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的名称,否则就会报错。

你可能感兴趣的:(Collection)