[김남우] 7주차 과제 제출#29
Merged
Merged
Conversation
특정 게시물 댓글 조회 readonly 설정 댓글 수정 클래스 형식으로 수정
nomellc
reviewed
May 17, 2026
nomellc
left a comment
There was a problem hiding this comment.
세미나에서 배운 내용을 복습하는 과제였는데 크게 수정할 부분 없이 잘 작성해주신 것 같습니다. 수고하셨습니다😄
| @Entity | ||
| @Getter | ||
| @NoArgsConstructor(access = AccessLevel.PROTECTED) | ||
| public class PostLike { |
There was a problem hiding this comment.
PostLike도 사용자가 게시글에 좋아요를 누른 이력을 나타내는 하나의 도메인 데이터이므로 createdAt을 관리할 수 있도록 BaseEntity를 상속하는 것도 좋을 것 같습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 구현 기능
🗂️ 과제 정리
댓글 삭제
게시물 좋아요 생성
게시물 좋아요 삭제