MyBatis 报错: MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException
MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException
原因
XML 的 select 标签中 resultType 属性的返回值类型错误, 如果返回值是一个 List 集合需要使用 List 集合的泛型当做 resultType 属性的值