错误信息:
Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException:
### Error building SqlSession.
### The error may exist in com.hu.dao.UserDao.xml
### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource com.hu.dao.UserDao.xml
解决办法:
一、排查mapper中的resultType是否忘写或者写错
二、检查主配置文件中mappers