Mybatis_IllegalArgumentException: Mapped Statements collection does not contain value for
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mybatis_IllegalArgumentException: Mapped Statements collection does not contain value for相关的知识,希望对你有一定的参考价值。
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for queryAllUser
可能原因是:resources路径下,mybatis-conf.xml中缺少了对应的mapper
<mapper resource="com/bruce/geekway/model/xml/DemoMapper.xml" />
另外需要注意:
1,
以上是关于Mybatis_IllegalArgumentException: Mapped Statements collection does not contain value for的主要内容,如果未能解决你的问题,请参考以下文章