ERROR [main] - Error while adding the mapper 'interface com.itheima.core.dao.CustomerDao' to configu

重启Apache服务器时报错:

ERROR [main] - Error while adding the mapper 'interface com.itheima.core.dao.CustomerDao' to configuration.

ERROR [main] - Error while adding the mapper 'interface com.itheima.core.dao.CustomerDao' to configuration.
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 'customer'.  Cause: java.lang.ClassNotFoundException: Cannot find class: customer
    at org.apache.ibatis.builder.xml.XMLMapperBuilder.configurationElement(XMLMapperBuilder.java:120)
    at org.apache.ibatis.builder.xml.XMLMapperBuilder.parse(XMLMapperBuilder.java:92)
    at org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.loadXmlResource(MapperAnnotationBuilder.java:173)
    at org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.parse(Mapper

你可能感兴趣的:(Java偶遇问题)