ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/util/JacksonUtil.java
@@ -12,7 +12,7 @@ /** * Jackson util * * <p> * 1、obj need private and set/get; * 2、do not support inner class; * @@ -22,6 +22,7 @@ private static Logger logger = LoggerFactory.getLogger(JacksonUtil.class); private final static ObjectMapper objectMapper = new ObjectMapper(); public static ObjectMapper getInstance() { return objectMapper; }