Mybatis Could not find result map java.lang.Intege

Mybatis 数据库出现错误

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

尼玛,是因为有个地方返回类型写错了,不小心把 resultType="java.lang.Integer" 写了 resultMap="java.lang.Integer"!

解决方法:检查所有xml文件,里面是不是有写错了的地方,一个地方错误影响所有的mapper调用!

你可能感兴趣的:(mybatis,map,find,result,could,not)