|
@@ -57,10 +57,10 @@ public class CommonWebMvcConfig implements WebMvcConfigurer {
|
|
|
fastJsonConfig.setSerializerFeatures(
|
|
|
SerializerFeature.PrettyFormat,
|
|
|
SerializerFeature.DisableCircularReferenceDetect,
|
|
|
- SerializerFeature.IgnoreNonFieldGetter
|
|
|
-// SerializerFeature.WriteMapNullValue,
|
|
|
-// SerializerFeature.WriteNullListAsEmpty,
|
|
|
-// SerializerFeature.WriteNullStringAsEmpty
|
|
|
+// SerializerFeature.IgnoreNonFieldGetter,
|
|
|
+ SerializerFeature.WriteMapNullValue,
|
|
|
+ SerializerFeature.WriteNullListAsEmpty,
|
|
|
+ SerializerFeature.WriteNullStringAsEmpty
|
|
|
);
|
|
|
fastJsonConfig.setDateFormat(MyDateUtil.COMMON_SHORT_DATETIME_FORMAT);
|
|
|
fastConverter.setFastJsonConfig(fastJsonConfig);
|