java @notblank not working in spring boot

java @notblank not working in spring boot

add the following dependency in MAVEN:

refer‮l:ot ‬autturi.com
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-validation</artifactId>
</dependency>

or add this dependency in gradle/pom.xml

implementation 'org.springframework.boot:spring-boot-starter-validation'
Created Time:2017-08-30 04:44:27  Author:lautturi