mybatis报错 Specified class is an interface
本文转自:http://blog.csdn.net/u014331288/article/details/53869303
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)解决方法 重命名
作者:习惯沉淀
如果文中有误或对本文有不同的见解,欢迎在评论区留言。
如果觉得文章对你有帮助,请点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
扫码关注一线码农的学习见闻与思考。
回复"大数据","微服务","架构师","面试总结",获取更多学习资源!