mybatis 报错 Specified class is an interface

来源:互联网 发布:淘宝特卖鱼具 编辑:程序博客网 时间:2024/06/06 08:29

1.错误原因

Caused by: org.springframework.beans.factory.BeanCreationException: 

Error creating bean with name 'admUserMapper' defined in file 
[E:\idea_soft\workspace\xxxx-mircoservices\i\classes\main\com\imassbank\admin\mapper\AdmUserMapper-\classes\main\com\admin\mapper\AdmUserMapper.class]: 
Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: 

Failed to instantiate [com.xxxxxx.mapper.AdmUserMapper]: Specified class is an interface


2.原因以及解决方案

1)原因:AdmUserMapper有重复的,  例如  AdmUserMapper   在 a工程中有  但是 在b工程中  并且 叫相同的名字   导致  spring 在加载时 调用mapper解析器 导致出错

2)解决方法  重命名


0 0
原创粉丝点击