[9주차/제이] 워크북 제출합니다.#62
Open
yeongjun25 wants to merge 4 commits into
Open
Conversation
YoungJJun
approved these changes
May 31, 2026
Collaborator
YoungJJun
left a comment
There was a problem hiding this comment.
9주차 피드백
-
미션 정말 깔끔하게 잘 구현해주셨습니다!
-
JwtAuthFilter
catch 블록에서
new ObjectMapper()생성하는 코드가 있습니다.private static final로 선언해서 매번 생성하지 않도록 하는게 좋을 것 같습니다.혹은 이미 JacksonConfig에서 빈으로 등록했지 때문에 생성자로 주입해주는 방법도 있습니다!
-
MemberService - login(), getMyPage()
모두 읽기전용인 것 같습니다.
@Transactional에readOnly = true붙이면 좋을 것 같아요.
제이 이번주 바쁘셨을텐데 미션을 너무 꼼꼼히 구현해주셔서 크게 문제되는 부분은 없는것 같아요! 덕분에 리뷰가 빨리 끝나겠어요 ㅎㅎ
시험 잘보세용~ 🍎
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.
✅ 실습 체크리스트
✅ 컨벤션 체크리스트
📌 주안점