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