018-值为null的数据不返回

个人主页:Silence Lamb
本章内容:值为null的数据不返回

如果文章对你有帮助【关注点赞❤️收藏⭐】


使用注解

  • children的值为Null是不返回
    @JsonInclude(JsonInclude.Include.NON_EMPTY)
	@TableField(exist = false)
    private List<CategoryEntity> children;

在yum文件里面配置

  • 一个个注解是很麻烦的,我们可以在yml文件里面进行配置
spring:
    jackson:
    	default-property-inclusion: NON_EMPTY

全栈小狐狸的逆袭之路:Java学习路线

你可能感兴趣的:(#,①-JAVA脚手架,spring,spring,boot,java)