1. 程式人生 > >解決 com.alibaba.fastjson.JSONException: autoType is not support

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

con fig exce jvm -c lib fast instance config

打開autotype功能

1、JVM啟動參數

-Dfastjson.parser.autoTypeSupport=true

2、代碼中設置

ParserConfig.getGlobalInstance().setAutoTypeSupport(true); 

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

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