java - @FieldMatch cannot be resolved to a type (Spring Framework) -
i trying use annotation @fieldmatch
in web application spring framework.
these jars added
but eclipse tells me "fieldmatch cannot resolved type"; thought needed hibernate jars wrong. jar need?
it's in hibernate validator, if you're using maven, add dependency :
<dependency> <groupid>org.hibernate</groupid> <artifactid>hibernate-validator</artifactid> <version>5.1.2.final</version> </dependency>
Comments
Post a Comment