All lab for the coures of springboot
#Setting:
Enable annotation processing
Enable Lombok
#Follow on Youtube lab:
https://github.com/devteria/identity-service/tree/main
<!-- Spring Boot Validation Starter -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>