-
Notifications
You must be signed in to change notification settings - Fork 1
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#90] DTO validation 추가 #108
Conversation
@belljun3395 DTO calidation 할때 에러 메시지를 String으로 직접 지정하지 않고 static file에서 참조할 수 있도록 하는 방법 아실까요? ex. |
ValidationMessages.properties 만들고 |
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.
이번 PR이랑은 상관없지만 Flyway파일 이름 수정헀습니다. v -> V
email.notblank=Email must not be blank | ||
email.invalid=Email should be valid | ||
sub.notblank=Submitted Answer must not be blank |
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.
확인했습니다~!
@min() 에는 메시지 안들어가나요??? |
TODO |
확인했슴다! |
🎫 연관 이슈
resolved #90
💁♂️ PR 내용
🙏 작업
🙈 PR 참고 사항
📸 스크린샷
🤖 테스트 체크리스트