Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61

SpringBoot项目报错:org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [D:\*********.class];

Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61

SpringBoot版本与JDK版本不兼容导致,在IDEA的File --> Settings --> Build,Execution,Deployment --> Compiler --> Java Compiler 中设置对应项目的JDK版本,并点击应用。

重新启动项目即可

你可能感兴趣的:(java,spring,spring,boot)