【踩坑小记】运行springBoot项目提示org.springframework.boot不存在

By | 3月 29, 2020

某日在IDEA中新建了一个springBoot项目时第一次运行提示org.springframework.boot不存在,出现了一堆的红叉叉。

Error:(3, 32) java: 程序包org.springframework.boot不存在
Error:(4, 46) java: 程序包org.springframework.boot.autoconfigure不存在
Error:(6, 2) java: 找不到符号
  符号: 类 SpringBootApplication
Error:(11, 9) java: 找不到符号
  符号:   变量 SpringApplication
  位置: 类 com.onezero.springboottest.SpringboottestApplication

进project Structure看了下,提示没有将spring的依赖加入到依赖列表中,出现黄色警告:spring library not found in the module dependencies list

点击右下角的Fix…,选择你想使用的spring版本,直接在线下载。

这里可能会遇到下载超时失败的情况,因为使用的是境外的中央库repo1.maven.org,如果科学上网一般可以正常下载到,最好使用境内的镜像站,比如阿里的。

下载依赖完成后就可发现可以正常运行springboot了!

 

2 thoughts on “【踩坑小记】运行springBoot项目提示org.springframework.boot不存在

  1. film modu

    You made some clear points there. I did a search on the issue and found most people will approve with your blog. Felita Willie MacFadyn

    Reply
  2. google

    I know this if off topic but I’m looking into starting my own blog and was
    curious what all is needed to get set up? I’m assuming having a blog like yours would
    cost a pretty penny? I’m not very internet savvy so
    I’m not 100% positive. Any suggestions or advice
    would be greatly appreciated. Thanks

    Reply

发表评论

您的电子邮箱地址不会被公开。