javax.validation.ValidationException: Unable to find default provider

后端 未结 6 1455
天涯浪人
天涯浪人 2020-12-14 01:33

I am currently working on Spring MVC web app and trying to hook up validation using the @Valid annotation. When I fire up the application I\'m getting the following exceptio

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 02:05

    Hibernate Validator 3.1 is not a JSR303 provider. You need to upgrade to Hibernate Validator 4 or later.

提交回复
热议问题