add the following dependency in MAVEN:
referl: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'