### Error building SqlSession. ### The error may exist in sqlmap/User.xml

来源:互联网 发布:淘宝hd无法登陆 编辑:程序博客网 时间:2024/05/16 06:54
org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in sqlmap/User.xml### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: 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 ''.  Cause: java.lang.ClassNotFoundException: Cannot find class:

有两种解决方法:
一:在mybatis的配置文件添加写typeAliases
二:在mapper.xml里面resultMap的Type用到那个实体类名的话就要把包名也写上去

阅读全文
1 0
原创粉丝点击