解决com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap

com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap.
可能存在3种情况:
1、在xxx.xml文件中有两个标签的id命名相同;
2、DAO实现类方法中没有写对应xxx.xml的id名称;

3、实体映射文件xxx.xml未加入到sqlMap-Config.xml文件中。
---------------------
作者:qianquan3
来源:CSDN
原文:https://blog.csdn.net/qianquan003/article/details/34423455
版权声明:本文为博主原创文章,转载请附上博文链接!

最后:好好检查下几个配置文件的内容,是否打字错误!

原文地址:https://www.cnblogs.com/moonsoft/p/10698131.html