diff --git a/src/main/java/com/mfsys/uco/model/CustomerProfile.java b/src/main/java/com/mfsys/uco/model/CustomerProfile.java index b623f15..b5fc449 100644 --- a/src/main/java/com/mfsys/uco/model/CustomerProfile.java +++ b/src/main/java/com/mfsys/uco/model/CustomerProfile.java @@ -57,6 +57,7 @@ public class CustomerProfile { @Lob @JsonIgnore + @Basic(fetch = FetchType.LAZY) @Column(name = "CMP_CUSTIMG", nullable = true, columnDefinition = "LONGTEXT") private String cmpCustImage;