Could not find result map java.lang.Integer] with root cause
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not find result map java.lang.Integer] with root cause相关的知识,希望对你有一定的参考价值。
错误的代码
<select id="selectpGoodsInfoIdByGoodsId" parameterType="java.lang.Integer" resultMap="java.lang.Integer">
正确的代码
<select id="selectpGoodsInfoIdByGoodsId" parameterType="java.lang.Integer" resultType="java.lang.Integer">
以上是关于Could not find result map java.lang.Integer] with root cause的主要内容,如果未能解决你的问题,请参考以下文章
mybatis异常:Could not find result map ......... 问题分析及解决
Could not find result map XXX 的几种原因?
Could not find result map java.lang.Integer] with root cause
mybatis异常:Could not find result map Java.util.Map 问题分析及解决 定位不到具体的位置的错误
org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.util.HashMap(示例
Mybatis报错:org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.me.myb