Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

부산대 BE_문성민 2주차 과제 (1단계) #252

Open
wants to merge 8 commits into
base: dalsungmin
Choose a base branch
from

Conversation

Dalsungmin
Copy link

궁금한점이 있습니다!

  1. 컨트롤러 getProductDetails에서 왜 없는 id로 검색했을때 ProductNotFoundException e로 안가고
    Exception e로 가는지 어떻게 수정해야할지 궁금합니다.

  2. getProductDetails과 getProductById 둘다 결국 서비스의 getProductById를 통해 레포지토리의 findById의 결과를 리턴하는건데 그럼 굳이 getProductById가 필요할까요? 어차피 화면에서 검색했을때 나오는 결과가 product-detail의 화면이기 때문에 필요 없을거 같긴 합니다...

validation 의존성을 추가하고
입력을 검증할 추가(addProduct)기능과 수정(updateProduct)기능에 @Valid 어노테이션 추가
저번주 피드백에서 컨트롤러에서 레포지토리를 바로 호출하는거보다 서비스를 통해 레포지토리를 호출하는 것이 좋다고 하셔서 구현했습니다.
상품 이름은 공백을 포함하여 15자가 넘어가거나 비어있으면 에러가 발생하도록 처리
특수 문자
  * 가능: ( ), [ ], +, -, &, /, _
  * 그 외 특수 문자 사용 불가
이 조건 만족하지 않으면 에러 발생
"카카오"가 포함된 문구를 입력시 " '카카오'가 포함된 문구는 담당 MD와 협의한 경우에만 사용할 수 있습니다." 라는 에러 메시지 나타나게 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant