I am working on a project with Spring why do I keep getting the following error?
javax.validation.UnexpectedTypeException: No validator could be fou
As the question is asked simply use @Min(1) instead of @size on integer fields and it will work.