I have configured my Spring Boot 1.5.1
application with JSR 303
validation. Right now I'm getting ConstraintViolationException
in case of wrong data.
Is it possible to get a detailed message(now it is null) about what was wrong(for example what field or method parameter violates constraints) with ConstraintViolationException
?