MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException
原因
XML 的 select 標簽中 resultType 屬性的返回值類型錯誤, 如果返回值是一個 List 集合需要使用 List 集合的泛型當做 resultType 屬性的值
MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException
XML 的 select 標簽中 resultType 屬性的返回值類型錯誤, 如果返回值是一個 List 集合需要使用 List 集合的泛型當做 resultType 屬性的值
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。