leomonM
2025-08-22 20a82a1fe750b75e2771898c708983b86610f8c0
oying-common/src/main/java/com/oying/config/webConfig/ConfigurerAdapter.java
@@ -70,6 +70,7 @@
        config.setDateFormat("yyyy-MM-dd HH:mm:ss");
        // 开启引用检测,枚举支持
        config.setWriterFeatures(
                JSONWriter.Feature.WriteLongAsString,
                JSONWriter.Feature.WriteEnumUsingToString,
                JSONWriter.Feature.ReferenceDetection
        );