SpringBoot报错-java: 无法访问org.springframework.boot.SpringApplication

报错信息:

 错误的类文件: /C:/Users/www/.m2/repository/org/springframework/boot/spring-boot/3.0.5/spring-boot-3.0.5.jar!/org/springframework/boot/SpringApplication.class

    类文件具有错误的版本 61.0, 应为 52.0

    请删除该文件或确保该文件位于正确的类路径子目录中。

解决:修改版本

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