码迷,mamicode.com
首页 > 编程语言 > 详细

spring boot加mybatis使用Map返回值设置

时间:2018-05-18 14:06:34      阅读:460      评论:0      收藏:0      [点我收藏+]

标签:数据   设置   tis   bat   加载   boot   ati   setters   map   

当使用spring boot加mybatis时,设置Map返回,当值为空或是null时,返回的字段不会加载到map中

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

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

spring boot加mybatis使用Map返回值设置

标签:数据   设置   tis   bat   加载   boot   ati   setters   map   

原文地址:https://www.cnblogs.com/xueershewang/p/9055566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!