网页输出area表中信息是报错
来源:9-7 店铺列表页前端的开发下
bxljjy
2019-07-11
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sqlSessionFactory’ defined in file [D:\eclipse代码.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\o2o\WEB-INF\classes\spring\spring-dao.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: ‘file [D:\eclipse代码.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\o2o\WEB-INF\classes\mapper\AreaDao.xml]’; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is ‘file [D:\eclipse代码.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\o2o\WEB-INF\classes\mapper\AreaDao.xml]’. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘com.lj.o2o.entity.Area’. Cause: java.lang.ClassNotFoundException: Cannot find class: com.lj.o2o.entity.Area
D:\eclipse代码.metadata.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\o2o\WEB-INF\classes目录下没有任何实体类
1回答
-
翔仔
2019-07-11
同学好,请问你的代码里面有没有这个Area的类呢,这里看起来就是你代码里面没有com.lj.o2o.entity.Area 这个实体类,导致mybatis解析不到
00
相似问题