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

이메일 빈칸 입력을 막기 위한 @NotBlank 추가 #148

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

jminkkk
Copy link
Contributor

@jminkkk jminkkk commented Oct 16, 2023

작업 내용

  • 이메일 빈칸 입력을 막기 위해 @NotNull에서 @NotBlank 으로 변경

공유하고 싶은 내용

  • @NotNull -> Null만 허용하지 않음
  • @NotEmpty -> null 과 "" 은 허용 X, " " 은 허용
  • @NotBlank -> null 과 "" 과 " " 모두 허용 X

Close #147

@github-actions
Copy link

Overall Project 70.31% 🍏
File Coverage
EmailValidateDto.java 100% 🍏
ShelterSignUpDto.java 87.93% 🍏
AccountLoginDto.java 85% 🍏

@jminkkk jminkkk merged commit 589a129 into develop Oct 16, 2023
2 checks passed
@jminkkk jminkkk deleted the fix/#147 branch October 16, 2023 04:29
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.

[BE] @Email allows null, @NotNull allows empty string.
1 participant