求助求助求助!!!

84 阅读1分钟

求助大佬帮忙看一下这个报错呗,小白一枚,百度好几个方法都不行 image.png

2023-12-13 16:32:39.669 INFO 11004 --- [ main] com.alan.BootShiroVueStu : Starting BootShiroVueStu on LAPTOP-ESJFS38B with PID 11004 (started by Lenovo in F:\【010】学生管理系统源码+报告\springboot-vue-student-master) 2023-12-13 16:32:39.671 INFO 11004 --- [ main] com.alan.BootShiroVueStu : No active profile set, falling back to default profiles: default 2023-12-13 16:32:39.702 INFO 11004 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5ef0d29e: startup date [Wed Dec 13 16:32:39 CST 2023]; root of context hierarchy 2023-12-13 16:32:40.234 ERROR 11004 --- [ main] o.s.boot.SpringApplication : Application startup failed

java.lang.IllegalStateException: Cannot load configuration class: com.alan.BootShiroVueStu at org.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:403) at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanFactory(ConfigurationClassPostProcessor.java:249) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:283) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:127) at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:687) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:525) at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) at com.alan.BootShiroVueStu.main(BootShiroVueStu.java:12) Caused by: java.lang.ExceptionInInitializerError: null at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:122) at org.springframework.context.annotation.ConfigurationClassEnhancer.enhance(ConfigurationClassEnhancer.java:110) at org.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:393) ... 12 common frames omitted Caused by: org.springframework.cglib.core.CodeGenerationException: 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 @71ba6d4e at org.springframework.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:464) at org.springframework.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:336) at org.springframework.cglib.core.AbstractClassGeneratorClassLoaderDataClassLoaderData3.apply(AbstractClassGenerator.java:93) at org.springframework.cglib.core.AbstractClassGeneratorClassLoaderDataClassLoaderData3.apply(AbstractClassGenerator.java:91) at org.springframework.cglib.core.internal.LoadingCache2.call(LoadingCache.java:54)atjava.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)atorg.springframework.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:61)atorg.springframework.cglib.core.internal.LoadingCache.get(LoadingCache.java:34)atorg.springframework.cglib.core.AbstractClassGenerator2.call(LoadingCache.java:54) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.springframework.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:61) at org.springframework.cglib.core.internal.LoadingCache.get(LoadingCache.java:34) at org.springframework.cglib.core.AbstractClassGeneratorClassLoaderData.get(AbstractClassGenerator.java:116) at org.springframework.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:291) at org.springframework.cglib.core.KeyFactoryGenerator.create(KeyFactory.java:221)atorg.springframework.cglib.core.KeyFactory.create(KeyFactory.java:174)atorg.springframework.cglib.core.KeyFactory.create(KeyFactory.java:153)atorg.springframework.cglib.proxy.Enhancer.<clinit>(Enhancer.java:73)...15commonframesomittedCausedby:java.lang.reflect.InaccessibleObjectException:Unabletomakeprotectedfinaljava.lang.Classjava.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)throwsjava.lang.ClassFormatErroraccessible:modulejava.basedoesnot"opensjava.lang"tounnamedmodule@71ba6d4eatjava.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)atjava.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)atjava.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)atjava.base/java.lang.reflect.Method.setAccessible(Method.java:193)atorg.springframework.cglib.core.ReflectUtilsGenerator.create(KeyFactory.java:221) at org.springframework.cglib.core.KeyFactory.create(KeyFactory.java:174) at org.springframework.cglib.core.KeyFactory.create(KeyFactory.java:153) at org.springframework.cglib.proxy.Enhancer.<clinit>(Enhancer.java:73) ... 15 common frames omitted 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 @71ba6d4e at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) at java.base/java.lang.reflect.Method.setAccessible(Method.java:193) at org.springframework.cglib.core.ReflectUtils1.run(ReflectUtils.java:61) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.springframework.cglib.core.ReflectUtils.(ReflectUtils.java:52) at org.springframework.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:243) at org.springframework.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) at org.springframework.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:329) ... 27 common frames omitted

2023-12-13 16:32:40.236 INFO 11004 --- [ main] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5ef0d29e: startup date [Wed Dec 13 16:32:39 CST 2023]; root of context hierarchy