Merged
Conversation
YuuuuuuYu
reviewed
Feb 23, 2025
| import java.util.List; | ||
|
|
||
| @Service | ||
| @Transactional(readOnly = true) |
Contributor
Author
There was a problem hiding this comment.
개인 취향같은건데 query, command가 같은 클래스에 있으면 @Transactional(readOnly = true)를 클래스 맨 상단에 두고 트랜잭션이 필요한 메서드에는 따로 @Transactional를 붙여주는 식으로 개발합니다
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.
🚀 작업 내용 설명
📢 그 외
각자 개발하는 부분에서 게시글이 있어야 할 것 같아서 생성 기능만 추가해서 올렸습니다.
shareUrl 부분은 post/:id, post/난수 어떤 방식으로 할지 결정이 나지 않았던 것 같아서 우선 미구현 상태로 냅뒀습니다.
docs에도 구현 여부에 따라
(미구현)붙여놔서 나중에 구현 다 하시면 지워주시면 될 것 같아요!📌 �관련 이슈