SpringBoot 项目启动报错:
Caused by: java.lang.reflect.InaccessibleObjectException:
Unable to make protected final java.lang.Class
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
throws java.lang.ClassFormatError accessible:
module java. base does not "opens java. lang" to unnamed module @661972b0
导致异常的原因是因为JDK版本问题,需要在IDEA中的项目结构中修改项目的JDK版本
进入项目结构,修改项目使用的JDK版本:
文章评论