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,

posted @ 2016-02-19 13:51  王自强  阅读(374)  评论(0编辑  收藏  举报