org.apache.ibatis.builder.IncompleteElementException: Could not find result map

报错:


org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.mybatistest.common.QueryBase
IncompleteElementException: Could not find result map java.lang.Long 

IncompleteElementException: Could not find result map boolean
 
  • 1

    原因:返回的类型确定对了么?

    入参:parameterType

    出参:resultMap resultType

    原文地址:https://www.cnblogs.com/ncepu/p/13695041.html