07 2017 档案

摘要:spring boot 和 spring mvc 使用 jackson 包处理 忽略 null 字段返回 springmvc 框架默认使用 jackson 出来 json 返回,fastjson 默认是不序列化输出 null 字段的,而 jackson 默认则是输出 null 字段。 xml 配置 阅读全文
posted @ 2017-07-07 15:33 xunux 阅读(9099) 评论(0) 推荐(0)