Skip to content

Commit

Permalink
fix(domain-jpa): UUID를 entity에서 생성하는 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed Jan 4, 2025
1 parent fca327c commit 49ad893
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
public class MemberEntity extends BaseEntity {

@Id
@UuidGenerator
@Column(columnDefinition = "BINARY(16)", nullable = false)
private UUID id;

Expand Down

0 comments on commit 49ad893

Please sign in to comment.