解决 com.alibaba.fastjson.JSONException: autoType is not support
2021-06-18 18:02
阅读:336
标签:class highlight conf 参数 com json global exce autotype 解决 com.alibaba.fastjson.JSONException: autoType is not support 标签:class highlight conf 参数 com json global exce autotype 原文地址:http://www.cnblogs.com/kolnick/p/7200250.html打开autotype功能
1、JVM启动参数
-Dfastjson.parser.autoTypeSupport=true
2、代码中设置
ParserConfig.getGlobalInstance().setAutoTypeSupport(true); 如果有使用非全局ParserConfig则用另外调用setAutoTypeSupport(true);
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:解决 com.alibaba.fastjson.JSONException: autoType is not support
文章链接:http://soscw.com/index.php/essay/95586.html
文章标题:解决 com.alibaba.fastjson.JSONException: autoType is not support
文章链接:http://soscw.com/index.php/essay/95586.html
评论
亲,登录后才可以留言!