nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl

前端 未结 4 1105
醉酒成梦
醉酒成梦 2021-01-16 09:55
 public ModelAndView Details(@ModelAttribute(\"\") @Validated App app, BindingResult result, @RequestParam(value=\"paramSessionAttr\", required=false) String session         


        
4条回答
  •  庸人自扰
    2021-01-16 10:07

    I was facing the same issue while working with JSR 303 bean validation I have added below two jar(along with validation-api-1.1.0.final.jar and hibernate-validator-5.0.1.final.jar) and the issue got resolved

    1.classmate-0.8.0.jar 2.jboss-logging-3.1.0.ga.jar

提交回复
热议问题