Hibernate Validator Specific Constraints 1. Overview In this tutorial, we’re going to review Hibernate Validator constraints, which are built into Hibernate Validator but are outside the Bean Validation spec. For a recap of Bean Validation, please refer to our article on Java Bean Validation Basics. 2. Hibernate Validator Setup At the very… Continue Reading hibernate-validator-constraints

Spring Boot: Customize Whitelabel Error Page 1. Overview In this article, we’re going to look at how to disable and customize the default error page for a Spring Boot application as proper error handling depicts professionalism and quality work. 2. Disabling the Whitelabel Error Page First, let’s see how we… Continue Reading spring-boot-custom-error-page