java: 无法访问org.springframework.boot.SpringApplication 错误的类文件: /D:/Maven/maven-repository/org/spring

张开发
2026/5/3 6:35:22 15 分钟阅读
java: 无法访问org.springframework.boot.SpringApplication 错误的类文件: /D:/Maven/maven-repository/org/spring
java: 无法访问org.springframework.boot.SpringApplication错误的类文件: /D:/Maven/maven-repository/org/springframework/boot/spring-boot/3.1.4/spring-boot-3.1.4.jar!/org/springframework/boot/SpringApplication.class类文件具有错误的版本 61.0, 应为 52.0请删除该文件或确保该文件位于正确的类路径子目录中。原因是springboot版本和jdk版本不匹配springboot 3.1.x不再支持jdk8降低springboot版本或换jdk版本

更多文章