-
Notifications
You must be signed in to change notification settings - Fork 5
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
[fix] 제품/세차장 리뷰 도메인에 비속어 필터링 적용 및 글로벌 Exception 수정 #304
[fix] 제품/세차장 리뷰 도메인에 비속어 필터링 적용 및 글로벌 Exception 수정 #304
Conversation
String title, | ||
@BadWordFilter | ||
String contents, | ||
@BadWordFilter(message = ValidationMessage.INVALID_WORD_PARAMETER) String title, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
필터 적용 확인하였습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 변경사항 확인하였습니다
@@ -47,7 +48,7 @@ public ResponseEntity<ApiResponse<WashzoneReviewResponseDto>> getWashzoneReview( | |||
|
|||
@PostMapping | |||
public <T> ResponseEntity<ApiResponse<T>> createWashzoneReview( | |||
@RequestPart WashzoneReviewRequestDto washzoneReview, | |||
@Valid @RequestPart WashzoneReviewRequestDto washzoneReview, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💡 Motivation and Context
1) 제품/세차장 리뷰 도메인에 비속어 필터링 적용
2) 관련 글로벌 Exception 수정
🔨 Modified
🌟 More
📋 커밋 전 체크리스트
🤟🏻 PR로 완료된 이슈
closes #302
closes #303