开发者

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

报错原因:jdk版本1.8 与 spring boot 3.0.1 版本不匹配

解决方案:将springboot版本降级即可(比如2.5.4就是稳定版本)。如下图:

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

 注意:修改完成后刷新下maven,如下图。

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

启动android成功后,如下图。

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

 由android上图可知,启动时携带的端口是8080,cpythonontext path是空,也就是说访问时一个斜杠就可以,在浏览器上访问,如下图。

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

代码如下:

启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0​的解决方案

 注:这是个最基python本的springboot程序。 

以上就是启动springboot项目时报错:无法访问org.springframework.web.bind.annotation.GetMapping …具有错误的版本 61.0,应为52.0?的解决方案的详细内容,更多关于启动springboot项目报错的资料请关注编程客栈(www.devze.com)其它相编程客栈关文章!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新开发

开发排行榜