2017-06-04 15:09:12 [org.springframework.beans.factory.support.DefaultListableBeanFactory]-[WARN] org.springframework.beans.factory.support.AbstractBeanFactory.getTypeForFactoryBean(AbstractBeanFactory.java:1479)-Bean creation exception on FactoryBean type check: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'crmTotalUserMapper' defined in file [F:\gs\evchar-operator-crm-backend\target\operator-crm\WEB-INF\classes\cn\evchar\operator\crm\total\po\dao\CrmTotalUserMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': : Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-model.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [F:\gs\evchar-operator-crm-backend\target\operator-crm\WEB-INF\classes\cn\evchar\operator\crm\auth\po\dao\CrmAdminMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'cn.evchar.operator.crm.auth.po.request.GetAdminUserReq'. Cause: java.lang.ClassNotFoundException: Cannot find class: cn.evchar.operator.crm.auth.po.request.GetAdminUserReq; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-model.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [F:\gs\evchar-operator-crm-backend\target\operator-crm\WEB-INF\classes\cn\evchar\operator\crm\auth\po\dao\CrmAdminMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'cn.evchar.operator.crm.auth.po.request.GetAdminUserReq'. Cause: java.lang.ClassNotFoundException: Cannot find class: cn.evchar.operator.crm.auth.po.request.GetAdminUserReq
Cannotfindclass:cn.evchar.operator.crm.auth.po.request.GetAdminUserReq。
你项目下面缺这个类或者这个类所在的jar包,可以直接在Eclipse里面ctrl+shift+T搜这个类,或者IDEA里面ctrl+n搜。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。