I have some problems with hibernate validations with Spring. I did everything as explained in an online tutorial, but it\'s not working and I just go to the next page without va
Add hibernate-validator in your classpath if it does not exist already. If you are using any build tool like gradle or maven just add hibernate-validator to dependencies.
For example:
Gradle:
compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '6.0.13.Final'
Maven:
org.hibernate.validator
hibernate-validator
6.0.13.Final