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.
안녕하세요! 로니입니다.
기능 구현사항
궁금한 점
Exception을 현재ClientException으로 하나만 구현해서, 사용자가 잘못된 요청을 했을 시에 상태코드와 메시지를 그때그때 담아서 처리하고 있습니다. 조금 더 세분화가 필요할까요? 그리고 상태코드와 메시지를enum으로 담아서 재사용하는 것이 좋을까요??로그인 여부에 따라서 기능 사용을
Interceptor를 구현해서, 처리하고 있는데 각각의 url을 interceptorTest를 통해서 하나로 모아서 테스트하는 것이 더 좋을까요? 아니면 각각의 controllerTest에서 로그인정보 여부를 체크해서 성공, 실패 테스트를 각각 만드는 것이 더 좋을까요?