Swagger, Security 설정 추가 #8
Open
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.
📌Linked Issues
✏Change Details
의존성 추가 및 변경
3.0.0
버전으로 올렸습니다.@Deprecated
관련 사항을 이번 기회에 확인 하고 싶어 버전을 올렸습니다. -> 이 과정에서 전체 버전을 맞추는게 좋을 것 같아 스프링 버전을2.5.4
에서2.7.5
로 올렸습니다.유효성 검증 추가
RegisterRequest
에 대한 유효성 검증을 추가하였습니다.Request
클래스는 위와 같은 형태를 가집니다.message
또한 자바 코드상에 포함되어있어 가독성, 유지보수 측면에선 별로 안좋다고 생각하는데 어떻게 생각하시나요?messages.properties
) 기능을 이용하여 실패 메시지를 외부로 분리하는게 어떨지 생각하고 있습니다. 이 경우GlobalExceptionHandler
에서 메시지 처리를 위해 약간의 로직 수정이 필요합니다!<!-
✅ 추가로 전달할 내용이 있다면 적어주세요.
-->
💬Comment
📑References
✅Check List