idea报错:java: 程序包org.springframework.web.bind.annotation不存在

idea报错:java: 程序包org.springframework.web.bind.annotation不存在,第1张

idea报错:java: 程序包org.springframework.web.bind.annotation不存在 问题:

 错误提示如下:IDEA2020.1新版启动SpringBoot项目报错:org.springframework.web.bind.annotation不存在

解决

方法一:

File>Settings>Build, Execution, Deployment>Build Tools>Maven>Runner,勾选中下图所示,问题解决!

 

方法存在不足之处,就是每次加载springboot会很慢。

方法二:

1.将出现问题的依赖包移动到pom文件中比较靠上的位置

2.update maven (重新加载pom文件)

3.idea 清除缓存重新加载(File-->Invalidate Caches-->Invalidate and Restart)

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5707317.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-18
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存