本文轉自:http://blog.csdn.net/u014331288/article/details/53869303spring
1.錯誤緣由app
Caused by: org.springframework.beans.factory.BeanCreationException: ide
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:
idea
Failed to instantiate [com.xxxxxx.mapper.AdmUserMapper]: Specified class is an interfacespa
2.緣由以及解決方案.net
1)緣由:AdmUserMapper有重複的, 例如 AdmUserMapper 在 a工程中有 可是 在b工程中 而且 叫相同的名字 致使 spring 在加載時 調用mapper解析器 致使出錯blog
2)解決方法 重命名ci