Mybatis Plus创建重复Mapper的问题
Mybatis Plus创建重复Mapper的问题
REAI一、提示如下:Skipping MapperFactoryBean with name ‘xxxMapper’ and ‘com.xxx.xxx.mapper.xxxMapper’ mapperInterface. Bean already defined with the same name!
二、原因分析:提示很明显,说明是重复往容器里注册了名称一样的bean。检查发现,springboot启动配置和Mybatis Plus配置都加了@MapperScan注解
三、解决方案:去除其中一个即可,我这里去除的是springboot启动配置的@MapperScan注解
评论
匿名评论隐私政策