Skip to content

Commit

Permalink
GETP-196 fix: MemberJpaEntity의 builder에서 초기화 표현식을 무시하지 않도록 `@Builde…
Browse files Browse the repository at this point in the history
…r.Default` 추가 (#129)
  • Loading branch information
scv1702 authored Aug 19, 2024
1 parent bfa1ab6 commit 0bf0e32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class MemberJpaEntity extends BaseTimeEntity {
@Column(name = "profile_image_url")
private String profileImageUrl;

@Builder.Default
@ElementCollection(fetch = FetchType.EAGER)
@CollectionTable(
name = "member_service_term_agreement",
Expand Down

0 comments on commit 0bf0e32

Please sign in to comment.