码迷,mamicode.com
首页 > 移动开发 > 详细

搭建Mybatis 出现 Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for mapper.BatchCustomer.findBatchCustomerOneToOne

时间:2019-01-19 14:29:08      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:.bat   app   exception   文件中   exce   img   except   src   cti   

  

Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for mapper.BatchCustomer.findBatchCustomerOneToOne
### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for mapper.BatchCustomer.findBatchCustomerOneToOne,

解决方法:

一般出现这个问题,是因为在SqlConfig.xml (Mybatis)的主配置文件中没有配置 mapper.xml 的路径,所以找不到 。导致的。

技术分享图片

技术分享图片

确实少配置mapper.xml 路径了。

 

如何防范这个低级错误:

   在准备创建mapper.xml之前,现在Mybatis 的主配置文件中先把这个路径配好,防止出现找不到的这种情况。

搭建Mybatis 出现 Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for mapper.BatchCustomer.findBatchCustomerOneToOne

标签:.bat   app   exception   文件中   exce   img   except   src   cti   

原文地址:https://www.cnblogs.com/wanglichaoya/p/10291474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!