mybatis异常信息之java.lang.IllegalArgumentException: Mapped Statements collection does not contain value

知是行的主意,行是知的功夫。这篇文章主要讲述mybatis异常信息之java.lang.IllegalArgumentException: Mapped Statements collection does not contain value 相关的知识,希望能为你提供帮助。
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for
这样的错误原因有:
【mybatis异常信息之java.lang.IllegalArgumentException: Mapped Statements collection does not contain value】1、mapper.xml中没有加入namespace
2、mapper.xml中的方法和接口mapper的方法不对应
3、mapper.xml没有加入到mybatis-config.xml中(即总的配置文件),例外:配置了mapper文件的包路径的除外
4、mapper.xml文件名和所写的mapper名称不相同。




    推荐阅读