GUIDE-82 회원가입 추가 구현(전화번호까지만 완성)#11
Merged
Conversation
필드별 validation을 적용하기 위해 의존성을 추가하였다. #GUIDE-83
010-1234-1234, 010 1234 1234, 01012341234 형태가 입력될 수 있도록 하였다. 에러코드는 추가해야 한다. #GUIDE-83
파일을 분리하면서 필요없어진 부분을 정리하고 전화번호를 숫자만 저장할 수 있도록 하는 extractNumber를 추가하였다.
DTO에 적용한 패턴이 Request에 적용될 수 있도록 @Valid 어노테이션을 추가하였다.
GUIDE-83 전화번호 패턴 적용 및 숫자만 저장되도록 변경
…_전화번호_숫자만_저장_구현 GUIDE-83 전화번호 숫자 패턴 처리 및 저장 -> GUIDE-82로 머지
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.
브랜치 이슈로..조회 기능과 합치기 위해..머지합니다.
변경사항은 GUIDE-83 이름으로 올려둔 풀리퀘를 참고해주시면 감사하겠습니다...