解决 com.alibaba.fastjson.JSONException: autoType is not support
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 com.alibaba.fastjson.JSONException: autoType is not support相关的知识,希望对你有一定的参考价值。
打开autotype功能
1、JVM启动参数
-Dfastjson.parser.autoTypeSupport=true
2、代码中设置
ParserConfig.getGlobalInstance().setAutoTypeSupport(true);
如果有使用非全局ParserConfig则用另外调用setAutoTypeSupport(true);
以上是关于解决 com.alibaba.fastjson.JSONException: autoType is not support的主要内容,如果未能解决你的问题,请参考以下文章