-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entity 클래스에 @Setter 미권장 #6
Comments
Chaeyounglim
added a commit
that referenced
this issue
Jul 25, 2023
etc) 1. change table naming: 'commentlikes' -> 'comment_like'. 2. 게시글, 댓글 테이블 내에 likeCnt 칼럼 제거
Chaeyounglim
added a commit
that referenced
this issue
Jul 25, 2023
@Setter 어노테이션이 Post.class에서만 제거되었습니다. |
모두 삭제 완료 및 기능 테스트 complete!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DB 정보의 예기치 않은 정보 수정이 이루어지지 않도록 방지하기 위함이다.
모든 Entity 클래스 내에 @Setter 어노테이션 삭제하기
The text was updated successfully, but these errors were encountered: