-
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
feat: validation #116
feat: validation #116
Conversation
|
||
@Builder | ||
public record UserInfoUpdateReqeustDTO( | ||
@Size(max = 15) |
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.
넵 반영하겠습니다!
|
||
@Builder | ||
public record WishProductDTO( | ||
Long id, | ||
@NotNull |
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.
이런 NOT NULL경우에도 달아주시면 좋을 것 같아요!
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.
넵
@youcastle03 |
7971ba6
into
kakao-tech-campus-2nd-step3:weekly/11
validation 검증 기능을 추가하였습니다