欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

java.lang.IllegalArgumentException: Result Maps collection already contains value for

程序员文章站 2022-07-15 13:05:26
...

如果在SSM整合的时候出现以下的错误:

留意一下是不是既在Mybatis配置文件中加载了映射文件,又在Spring配置文件中使用扫描式去加载映射文件了。两者是不能够重合使用的!


Caused by: org.springframework.core.NestedIOException:

 Failed to parse mapping resource: 'file [C:\SSM\out\production\SSM\zhongfucheng\dao\DeptMapper.xml]'; 

nested exception is java.lang.RuntimeException: Error parsing Mapper XML. 

Cause: java.lang.IllegalArgumentException: Result Maps collection already contains value for zhongfucheng.entity.DeptMapper.deptResultMap
<script type="text/javascript"> $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').length; var $numbering = $('<ul/>').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('<li/>').text(i)); }; $numbering.fadeIn(1700); }); }); </script>