cannot find symbol method of(@javax.validation.constraints.NotEmpty java.lang.String) code example
Example: javax notblank not working
add in pom.xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
need restart intellij ide