启动SpringBoot项目报错
Caused by:
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'defaultValidator'
defined in class path resource [org/springframework/boot/autoconfigure/
validation/ValidationAutoConfiguration.class]:
Bean instantiation via factory method failed
java.lang.IllegalAccessError: javax/el/Util
项目SpringBoot版本:2.1.4RELEASE
jdk版本:1.8.0_162
因其他同事启动正常,故排除循环引用、依赖缺失等问题
经排查为jdk版本不符,将jdk升级为1.8.0_321问题解决