Customizing Bean Validation in Spring

Here’s an example of how to customize the javax.validation.Validator instance in Spring 5.  Validator is the Java API for bean validation that was introduced in the JSR-303 specification.  Hibernate Validator is bundled with Spring Boot 2, and is the de facto reference implementation for bean validation. Why would you need to do something like this? Read More …