회원가입 유효성검사 #163
choisungwook
started this conversation in
General
회원가입 유효성검사
#163
Replies: 1 comment
실패 예외 메세지{
"http_status": "BAD_REQUEST",
"error": "잘못된 요청",
"detail": "org.springframework.validation.BeanPropertyBindingResult: 1 errors\nField error in object 'signupRequestDTO' on field 'password': rejected value [GcC3230E]; codes [Pattern.signupRequestDTO.password,Pattern.password,Pattern.java.lang.String,Pattern]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [signupRequestDTO.password,password]; arguments []; default message [password],[Ljavax.validation.constraints.Pattern$Flag;@1961093e,(?=.*[0-9])(?=.*[a-z])(?=.*\\W)(?=\\S+$).{8,20}]; default message [비밀번호는 영문자와 숫자, 특수기호가 적어도 1개 이상 포함된 8자~20자의 비밀번호여야 합니다.]"
} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
유효성검사 목록
참고자료
All reactions