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/FEAT] : DTO Validation 수정 #333

Merged
merged 9 commits into from
Jul 1, 2024
Merged

[BE/FEAT] : DTO Validation 수정 #333

merged 9 commits into from
Jul 1, 2024

Conversation

LJH098
Copy link
Collaborator

@LJH098 LJH098 commented Jun 30, 2024

⚠️ 관련 이슈

closes #331

📢 주요 변경사항

  • Validation Message Static으로 관리
  • String에는 @notblank 적용
  • Double/Integer에는 @NotNull@min 적용
  • LocalDateTime에는 @NotNull 적용

@LJH098 LJH098 requested a review from hwangdaesun June 30, 2024 12:27
@LJH098 LJH098 self-assigned this Jun 30, 2024
@LJH098 LJH098 linked an issue Jun 30, 2024 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@hwangdaesun hwangdaesun left a comment

Choose a reason for hiding this comment

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

Good

@hwangdaesun hwangdaesun merged commit 56fe39d into be Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE/FEAT] DTO Validation 수정
2 participants