[错误日志]Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl

Posted 18岁程序员想当歌手

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[错误日志]Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl相关的知识,希望对你有一定的参考价值。

  最近在练习SpringBoot框架的时候,遇到这个很奇怪的问题。我是通过sts的Spring start project功能直接生成的工程,当选择SpringBoot2.2版本以下的时候,运行没有任何问题,一旦选择2.2以上的版本时,会报

  Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl 这个错误。

  经过检查发现SpringBoot已经自动依赖了该包:

 

  分析有可能是jar包版本不对引起的冲突,于是将该依赖从中剥离出来:

 

  Pom.xml中自动更改为:

                <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>org.hibernate.validator</groupId>
                    <artifactId>hibernate-validator</artifactId>
                </exclusion>
            </exclusions>
        </dependency>    

  最后问题得以解决,成功正常运行。

  参考原博文:https://www.cnblogs.com/hiscode/p/Could_not_initialize_class_ConfigurationImpl.html

以上是关于[错误日志]Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl的主要内容,如果未能解决你的问题,请参考以下文章

Mysql主从错误:could not find first log file name in binary....

Simulator出现错误This app could not be installed at this time

could not initialize proxy - no Session

求助Creo Parametric 3.0 M110中打开时闪退,错误日志中显示error: could not initialize commn layer

postgresql 日志报错could not write to log file: No space left on device,could not write lock file "

mysql could not be resolved: Name or service not known