Spring Boot Java example implementing custom validation annotations for REST APIs
This repository demonstrates custom Bean Validation annotations in a Spring Boot REST API using Java. It provides a strong-password validator and a password-matching validator and shows how to apply them to request DTOs. Suitable for Spring-based services that require server-side form and request validation.
0