java: 无法访问org.springframework.web.bind.annotation.RequestMapping......类文件具有错误的版本 61.0, 应为 52.0
一、报错问题
java: 无法访问org.springframework.web.bind.annotation.RequestMapping 错误的类文件: /D:/SoftwareInstall/Maven/repository/org/springframework/spring-web/6.0.9/spring-web-6.0.9.jar!/org/springframework/web/bind/annotation/RequestMapping.class 类文件具有错误的版本 61.0, 应为 52.0 请删除该文件或确保该文件位于正确的类路径子目录中。
二、问题背景
版本信息:spring boot:3.1.0,jdk:1.8
pom.xml
org.springframework.boot spring-boot-starter-parent 3.1.0 com.example first-spring-boot-project 0.0.1-SNAPSHOT first-spring-boot-project first-spring-boot-project 1.8
三、原因分析
SpringBoot使用了3.0或者3.0以上
,因为Spring官方发布从Spring6以及SprinBoot3.0
开始最低支持JDK17
,所以仅需将SpringBoot版本降低为3.0以下即可(或者将JDK版本升级为17及以上)。
Spring Boot 3.0 最低要求 Java 17,并向上兼容支持 Java 19。
四、解决方案
方案1:升级JDK版本,将JDK版本升级为JDK17及以上版本。如下所示。
pom.xml
org.springframework.boot spring-boot-starter-parent 3.1.0 com.example first-spring-boot-project 0.0.1-SNAPSHOT first-spring-boot-project first-spring-boot-project 17
方案2:降低SpringBoot版本,将SpringBoot版本降低为3.0以下。如下所示。
pom.xml
org.springframework.boot spring-boot-starter-parent 2.7.6 com.example first-spring-boot-project 0.0.1-SNAPSHOT first-spring-boot-project first-spring-boot-project 1.8
来源地址:https://blog.csdn.net/Shipley_Leo/article/details/131033855
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341