spring boot加mybatis使用Map返回时,当值为空时属性也会没有(转)

Posted supiaopiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot加mybatis使用Map返回时,当值为空时属性也会没有(转)相关的知识,希望对你有一定的参考价值。

使用spring boot加mybatis时,设置Map返回,当值为空时属性也会没有,就会报错

在application.properties中加入下面配置,将会解决这个问题。

 

#当查询数据为空时字段返回为null,不加这个查询数据为空时,字段将被隐藏
mybatis.configuration.call-setters-on-nulls=true

以上是关于spring boot加mybatis使用Map返回时,当值为空时属性也会没有(转)的主要内容,如果未能解决你的问题,请参考以下文章

spring boot 集成mybatis-plus 返回map字段为空时,不返回

spring-boot加mybatis实现数据库访问

Mybatis集成到spring boot

Spring Boot2 系列教程 | SpringBoot 整合 Mybatis

Spring boot Mybatis

Spring Boot进阶系列二