spring boot 接口返回值为null的属性,忽略

1、注解形式

@JsonInclude(JsonInclude.Include.NON_NULL)

2、yml配置文件

spring:
  jackson:
    default-property-inclusion: non_null

猜你喜欢

转载自blog.csdn.net/qazwsx081/article/details/84339535