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 属性的值

posted @ 2022-02-14 16:12  kmswilliam  阅读(3127)  评论(0)    收藏  举报