Skip to content

Commit 72aac4e

Browse files
committed
去除其他task
修复tkmybatis序列化循环引用 修复tkmybatis序列化循环引用 去除其他task
1 parent cca9c6e commit 72aac4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arex-instrumentation-foundation/src/main/java/io/arex/foundation/serializer/JacksonSerializer.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.apache.commons.lang3.time.FastDateFormat;
2424
import org.slf4j.Logger;
2525
import org.slf4j.LoggerFactory;
26-
import tk.mybatis.mapper.entity.EntityTable;
2726

2827
import javax.xml.datatype.DatatypeFactory;
2928
import javax.xml.datatype.XMLGregorianCalendar;
@@ -169,8 +168,6 @@ private void configMapper() {
169168
MAPPER.configure(DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES, false);
170169
MAPPER.configure(DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL, true);
171170
MAPPER.configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES, true);
172-
173-
MAPPER.addMixIn(EntityTable.class,IgnoreType.class);
174171
}
175172

176173
private void customTimeFormatSerializer(SimpleModule module) {

0 commit comments

Comments
 (0)