Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
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
more
Archives
Today
Total
관리 메뉴

Kim ByeungHyun

@NotBlank가 활성화 안될 때 본문

카테고리 없음

@NotBlank가 활성화 안될 때

sandbackend 2022. 11. 1. 15:54

 

build.gradle에 dependency추가

 

implementation 'org.springframework.boot:spring-boot-starter-validation'

 

 

 

https://hello-u.tistory.com/entry/spring-boot-NotEmpty-import-%EC%95%88%EB%90%A0-%EB%95%8C

 

[spring boot] @NotEmpty import 안될 때

스프링 부트에서 유효성 검사를 위해 사용하는 어노테이션 상황 : @NotEmpty 를 사용하려는데, IntelliJ 에서 자동완성으로 뜨지도 않고, 빨간불만 들어온다. 원인 : NotEmpty 어노테이션은 javax.validation.

hello-u.tistory.com