解决 com.alibaba.fastjson.JSONException: autoType is not support

2021-06-18 18:02

阅读:336

标签:class   highlight   conf   参数   com   json   global   exce   autotype   

打开autotype功能

1、JVM启动参数

-Dfastjson.parser.autoTypeSupport=true

2、代码中设置

ParserConfig.getGlobalInstance().setAutoTypeSupport(true); 

如果有使用非全局ParserConfig则用另外调用setAutoTypeSupport(true);
 
 

解决 com.alibaba.fastjson.JSONException: autoType is not support

标签:class   highlight   conf   参数   com   json   global   exce   autotype   

原文地址:http://www.cnblogs.com/kolnick/p/7200250.html


评论


亲,登录后才可以留言!