com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter可能导致返回结果字段丢失
fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
项目地址:https://gitcode.com/gh_mirrors/fastj/fastjson
免费下载资源
·
今天,有同事在项目中引入了这个配置,结果导致前端数据显示有问题 ,树形权限错乱:
<mvc:annotation-driven>
<mvc:message-converters>
<bean class="com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter">
<property name="supportedMediaTypes">
<list>
<value>application/json;charset=UTF-8</value>
</list>
</property>
</bean>
</mvc:message-converters>
</mvc:annotation-driven>
后台返回的结果跟开发服务器对比:左侧是刚发包的测试数据(有问题),右侧开发数据(正常显示),明显看到缺失pid字段.
处理方法:注释掉之前加的代码就可以正常显示了.
GitHub 加速计划 / fastj / fastjson
25.69 K
6.51 K
下载
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
最近提交(Master分支:3 个月前 )
c942c834 - 1 年前
5bc4709b - 1 年前
更多推荐
已为社区贡献2条内容
所有评论(0)