JAVA:org.springframework.web.bind.annotation.RequestMapping无法访问
作者:小教学发布时间:2023-09-19分类:程序开发学习浏览:115
导读:报错:错误:(3,47)org.springframework.web.bind.annotation.RequestMapping:无法访问Java原因:可能是jdk1.8与Sp...
报错:
错误:(3,47)org.springframework.web.bind.annotation.RequestMapping:无法访问Java
原因:
可能是jdk1.8与Sprringboot3.0.1版本不匹配,把对应的SprringBoot版本降版本即可。
解决:SpringBoot版本改成较低的版本2.7.1,导入,问题解决
他说:
- 程序开发学习排行
- 最近发表