zoukankan      html  css  js  c++  java
  • 搭建Mybatis 出现 Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for mapper.BatchCustomer.findBatchCustomerOneToOne

      

    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 的主配置文件中先把这个路径配好,防止出现找不到的这种情况。

  • 相关阅读:
    mapreduce的组件介绍
    [转]编译hadoop
    hadoop-2.7.2-HA安装笔记
    Maven常用命令
    Maven教程
    [转]Mahout推荐算法API详解
    [转]hadoop新手错误解决方法
    mysql命令
    [java笔记]JDK的安装和配置
    Nginx常见错误解决办法
  • 原文地址:https://www.cnblogs.com/wanglichaoya/p/10291474.html
Copyright © 2011-2022 走看看