JsonConfig jsonConfig = new JsonConfig(); jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT); jsonConfig.registerJsonBeanProcessor(java.sql.Date.class,new JsDateJsonBeanProcessor()); JSONArray jsonObject = JSONArray.fromObject(list, jsonConfig);
可解决该异常出现
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/14061.html