SpringBoot项目运行报错:
Factory method ‘defaultValidator’ threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl
查看Maven依赖,应该是jar包版本不兼容问题:
将该jar报排除,重新导入低版本的jar包,运行成功。