Skip to content

Commit

Permalink
Update Member @DynamicUpdate 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
KyungJunNoh committed Apr 10, 2022
1 parent e51ef1f commit d0d323e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/server/Dotori/domain/member/Member.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
@Builder @Getter
@AllArgsConstructor
@NoArgsConstructor
@DynamicUpdate
public class Member extends BaseTimeEntity implements UserDetails {

@Id @GeneratedValue(strategy = IDENTITY)
Expand Down

0 comments on commit d0d323e

Please sign in to comment.