Mybatis报错——Mapped Statements collection already contains value for

解决办法:

看看你的mybatis-config.xml

<mappers>
    <mapper resource="mapper/SeckillDao.xml"/>
</mappers>

这个删掉。和spring-dao 的配置重复了

posted @ 2019-10-29 15:52  [浪子回头]  阅读(254)  评论(0编辑  收藏  举报