Hibernate Validator java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl

前端 未结 7 565
南方客
南方客 2021-01-19 02:15

I have read this and this, but that didn\'t help...

I am using hibernate validator with the following versions/dependencies:


             


        
7条回答
  •  深忆病人
    2021-01-19 02:30

    First, check all dependencies using mvn dependency:tree - Find hibernate-validator and add below one into pom.xml inside respective dependency - if not required.

    
        org.hibernate
        hibernate-validator
    
    

提交回复
热议问题