Class Notes - Validation in Spring Boot With Hibernate Validator
Class Notes - Validation in Spring Boot With Hibernate Validator
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
Development Process
1. Add maven dependency: <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>