Spring Boot Hateoas JSR Validation
Problem By default, the JSR 303 Bean validation doesn’t work together with Spring Boot Data REST HATEOAS. Even worse we are confronted with 500 errors like In our Solutions Imagin in the description that we have a bean-like this and of course a Spring Data repository: Link to the full source code. Solution 1: custom…