-
Notifications
You must be signed in to change notification settings - Fork 7
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
태그 및 카테고리 생성 시 글자수 검증 #728
Conversation
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.
몰리~~~ 주말인데도 열심히 작업해 주시는군요 👍
가벼운 코멘트 하나 남겨두었으니 확인해주세요~~
backend/src/main/java/codezap/global/validation/GroupedByteLengthValidator.java
Outdated
Show resolved
Hide resolved
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.
너무 멋져요 👍
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.
확인했습니다 멋져요 몰리 멋몰!!!!👍
⚡️ 관련 이슈
close #512
📍주요 변경 사항
@ByteLength
에 List 에 대해 글자 수 검증을 하는 GroupedByteLengthValidator 객체를 추가하였습니다.@ByteLength
사용 시 타입에 맞는 validator 클래스가 선택되어 검증합니다.