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.
코드마다 리뷰를 작성했었는데 한번에 작성하는게 더 보기 좋을거 같아서 정리해서 PR로 따로 작성하였습니다. 부족한 저의 실력으로 조금이나마 코드 리뷰? 를 한 번 해보겠습니다. 🙇(꾸벅)
코드 리뷰 정리
User 클래스에 RefreshToken 필드가 존재하는데 RefreshToken 테이블을 따로 만들어서 관리하는 것은 어떠실까요 ??
TODO 로 적어두신 @notblank 는 empName, position email 은 @email, password 는 @pattern 애노테이션 사용하시면 좋을 것 같습니다!!
UserLoginRequestDto, UserRegisterRequestDto 에도 @email, @pattern 같은 validation 넣는 것도 어떠실까요 ??
개인적으로 ApiUtils 로 공통응답 처리 한 거 한 수 배우고 갑니다!
JwtTokenProvider 너무 잘 짜신것 같습니다!!