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,
本文共 284 字,大约阅读时间需要 1 分钟。
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,
转载于:https://www.cnblogs.com/wangziqiang/p/5200773.html