Closed FranAguiar closed 6 years ago
Hi! You could try to use approach from https://stackoverflow.com/questions/36329001/unable-to-create-a-configuration-because-no-bean-validation-provider-could-be-f
Just add dependensy to your project:
compile('org.hibernate:hibernate-validator:5.2.4.Final')
I already tried that, read the entire post.
try updating your pom file with https://start.spring.io/ please add all your dependencies
@FranAguiar Any update?
Closing due to inactivity
I'm starting a springboot application and try to implement this library but I'm getting this error.
If I add Hibernate Validator as a dependency I get "BeanCreationException:
The strange situation here is that the bot respond, but the schedule doesn't work. If I remove this library from the project, the schedule works correctly. Any idea?
These are the 3 classes:
And my build.gradle file