dibo-software / diboot

写的更少, 性能更好 -> 为开发人员打造的低代码开发平台。mybatis-plus关联查询,关联无SQL,性能高10倍,前后端代码本地可视化生成,flowable工作流,spring cloud微服务等全方位赋能!

Home Page:https://www.diboot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoreAutoConfiguration#58 引入依赖后,返回给前端,将值为null的字段过滤掉了。

Joyonline opened this issue · comments

com.diboot.core.starter.CoreAutoConfiguration#fastJsonHttpMessageConverters #58
使用fastjson序列化时候,将null去掉了。

commented

默认不转换null值,需要的话在自己的项目中覆盖HttpMessageConverters的FastJson配置,加入 SerializerFeature.WriteMapNullValue即可。