spring boot构建完成后出现以下问题
java: 无法访问org.springframework.web.bind.annotation.GetMapping
错误的类文件: /C:/Users/hong/.m2/repository/org/springframework/spring-web/6.0.8/spring-web-6.0.8.jar!/org/springframework/web/bind/annotation/GetMapping.class
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。
报错原因:SpringBoot 3.0以上版本要求JDK 17以上,jdk版本1.8 与 spring boot 3.0.1 版本不匹配
解决方法:
文章来源地址https://www.toymoban.com/news/detail-598515.html
文章来源:https://www.toymoban.com/news/detail-598515.html
到了这里,关于java: 无法访问org.springframework.web.bind.annotation.GetMapping(springboot构建时出现问题)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!