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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 集成mybatis-plus 返回map字段为空时,不返回相关的知识,希望对你有一定的参考价值。

参考技术A mybatis-plus.configuration.call-setters-on-nulls=true

Spring Boot集成Mybatis及通用Mapper

集成Mybatis可以通过 mybatis-spring-boot-starter 实现。

<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter -->
<dependency>
    <groupId>org.mybatis.spring.boot</groupId>
    <artifactId>mybatis-spring-boot-starter</artifactId>
    <version>1.1.1</version>
</dependency>

 

但集成通用Mapper好像有点问题??暂未确定。

 

占位用,留待后续。

 

以上是关于spring boot 集成mybatis-plus 返回map字段为空时,不返回的主要内容,如果未能解决你的问题,请参考以下文章

spring-boot 集成 rabbitmq

spring-boot 集成 rabbitmq

Spring Boot(十八):使用Spring Boot集成FastDFS

Spring Boot集成Mybatis及通用Mapper

Shiro:Spring-boot如何集成Shiro(上)

Spring Boot学习笔记——Spring Boot与Redis的集成