mybatis resultType="map"查询不到值

Posted timelessmemoryli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis resultType="map"查询不到值相关的知识,希望对你有一定的参考价值。

之前一直使用resultType="map"来接收查询结果,一直也是有效的。

最近使用了springboot,却接收不到值。

最后改为resultType="hashmap"才能接收到。

查了一下,并没有别人遇到这种情况。特此记录一下

 

以上是关于mybatis resultType="map"查询不到值的主要内容,如果未能解决你的问题,请参考以下文章

mybatis 之resultType="Map"

mybatis 之resultType="HashMap" parameterType="list"

mybatis的查询必须指定resultType或者resultMap吗?

mybatis 配置sql 当返回值为int的时候,resulttype怎么写

mybatis的resulttype为hashmap,java代码怎么写

mybatis resulttype如何获取List<Object[]>?