|
|
@@ -17,7 +17,7 @@ import java.time.LocalDateTime;
|
|
|
@Audited
|
|
|
@EntityListeners(AuditingEntityListener.class)
|
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
|
-@JsonIgnoreProperties(ignoreUnknown = true)
|
|
|
+@JsonIgnoreProperties(value = {"hibernateLazyInitializer"}, ignoreUnknown = true)
|
|
|
public abstract class BaseEntity {
|
|
|
@Id
|
|
|
@GeneratedValue(strategy = GenerationType.AUTO)
|