Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- imshow
- opencv
- datascience
- Vector
- tensorflow
- Spring
- Java
- 저장소
- 파이썬
- Session
- 머신러닝
- gitignore
- imread
- destroyallwindows
- branch
- CLONE
- Linux
- data
- db
- AI
- model
- Repository
- git
- 가중치
- list
- 함수
- Python
- r
- Anaconda
- 이미지
Archives
- Today
- Total
AI학교
@Vaild(검증) 본문
mvc:annotation-driven을 이용해서 Bean Validation을 사용할 수 있다.
검증을 위한 Bean에는 @Vaild를 사용해 자동 검증하게 된다
BindingResult : 어떤 오류가 발생했는지 알려준다
Validation Error 메시지 출력하기
Comments