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

feat: validation #116

Merged
merged 19 commits into from
Nov 15, 2024

Conversation

humpose
Copy link

@humpose humpose commented Nov 14, 2024

validation 검증 기능을 추가하였습니다


@Builder
public record UserInfoUpdateReqeustDTO(
@Size(max = 15)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이런경우에도 프론트에서 에러메세지를 띄워주게 메세지를 적어주는것은 어떨까요?

Copy link
Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이런 NOT NULL경우에도 달아주시면 좋을 것 같아요!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@humpose
Copy link
Author

humpose commented Nov 14, 2024

@youcastle03
리뷰 부탁드립니다!

@jjh4450 jjh4450 merged commit 7971ba6 into kakao-tech-campus-2nd-step3:weekly/11 Nov 15, 2024
1 check passed
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.

3 participants