1. 装置springboot插件
help -> Eclipse Marketplace -> search ↓
一路装置就好了
2. 创立springboot我的项目
如果没有找到,能够重启eclipse
next↓,默认是连贯 https://start.spring.io ,然而有可能失败,如下图所示
这时候能够将 “https://start.spring.io” 切换为 “http://start.aliyun.com”
连贯胜利后↓
抉择须要的包↓
默认域名8080,这里批改为8000了,输出网址看到就胜利了
——————至此一个简略的springboot我的项目就创立好了
3. 可能报错
- 如果pom报错,入口文件中org.springframework标红
查看本地springboot版本,替换版本号,再右键pom.xml->refresh