AI학교

@Vaild(검증) 본문

카테고리 없음

@Vaild(검증)

ai-world.tistory.com 2019. 10. 31. 09:58

mvc:annotation-driven을 이용해서 Bean Validation을 사용할 수 있다.

검증을 위한 Bean에는 @Vaild를 사용해 자동 검증하게 된다

 

BindingResult : 어떤 오류가 발생했는지 알려준다

 

pom.xml
model

 

console

Validation Error 메시지 출력하기

spring-servlet.xml(예시)
spring-servlet.xml(실제 소스)
messages폴더 안에 message_ko.properties

 

chrome

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Comments