부산대 BE_문성민 2주차 과제 (2단계)#308
Open
Dalsungmin wants to merge 23 commits intokakao-tech-campus-2nd-step2:dalsungminfrom
Open
부산대 BE_문성민 2주차 과제 (2단계)#308Dalsungmin wants to merge 23 commits intokakao-tech-campus-2nd-step2:dalsungminfrom
Dalsungmin wants to merge 23 commits intokakao-tech-campus-2nd-step2:dalsungminfrom
Conversation
validation 의존성을 추가하고 입력을 검증할 추가(addProduct)기능과 수정(updateProduct)기능에 @Valid 어노테이션 추가
저번주 피드백에서 컨트롤러에서 레포지토리를 바로 호출하는거보다 서비스를 통해 레포지토리를 호출하는 것이 좋다고 하셔서 구현했습니다.
상품 이름은 공백을 포함하여 15자가 넘어가거나 비어있으면 에러가 발생하도록 처리
특수 문자 * 가능: ( ), [ ], +, -, &, /, _ * 그 외 특수 문자 사용 불가 이 조건 만족하지 않으면 에러 발생
"카카오"가 포함된 문구를 입력시 " '카카오'가 포함된 문구는 담당 MD와 협의한 경우에만 사용할 수 있습니다." 라는 에러 메시지 나타나게 구현
Member 객체 생성 및 DB에 저장할 테이블, 기본으로 들어갈 데이터 생성
h2 데이터베이스에 연결될 테이블 경로 수정
서비스 단 추가로 만들 때 놓친 것을 나중에 알아서 수정했습니다.
회원가입할때 입력한 이메일이 중복되는지 검증
로그인 할 때 입력한 이메일과 비밀번호가 일치하는지 검증
회원가입 때 받은 정보를 암호화 하여 DB에 저장하도록 기능을 구현
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.
No description provided.