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 |
Tags
- designpattern
- 전치행렬 #C
- 자바
- 10844
- 점세개
- decorator
- @ModelAttribute
- 숫자야구
- gradle
- 데코레이터패턴
- @NotEmpty
- 백준
- 디자인패턴
- springboot
- C
- junit
- NamedParameterNotBound
- 쉬운 계단 수
- java
- @Spring
- createQuery
- mycp
- Linux
- setParameter
- 10951
- 여러인수
- 자료구조
- BubbleSorting
- Spring
- pscp
Archives
- Today
- Total
목록springboot (1)
...
@NotEmpty 어노테이션은 javax.validation.constraints 패키지에 존재한다. 스프링 부트 버전에 따라서 이 패키지가 포함되어있을 수도, 아닐 수도 있다. 따라서 @NotEmpty 어노테이션이 import되지 않을 때는 build.gradle dependencies에 implementation 'org.springframework.boot:spring-boot-starter-validation' 을 추가해준다.
이것저것/오류 해결
2022. 4. 17. 14:44