码迷,mamicode.com
首页 > 其他好文 > 详细

日常问题记录(二)

时间:2020-04-06 13:37:23      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:def   问题:   fine   nbsp   http   can   str   mapper   height   

1、Mybatis或Mybatis Plus创建重复Mapper问题:Skipping MapperFactoryBean with name ‘XXX‘ and ‘xx.xx..‘ mapperInterface. Bean already defined with the same name!,如图

技术图片

 原因分析:提示很明显,说明是重复往容器里注册了名称一样的bean。检查发现,springboot启动配置和Mybatis Plus配置都加了@MapperScan注解

技术图片

技术图片

 解决方案:去除其中一个即可。

日常问题记录(二)

标签:def   问题:   fine   nbsp   http   can   str   mapper   height   

原文地址:https://www.cnblogs.com/54hsh/p/12641469.html

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