eclipse 快速创建 springboot项目

1. 安装springboot插件

help -> Eclipse Marketplace -> search ↓
eclipse 快速创建 springboot项目_第1张图片
一路安装就好了

2. 创建springboot项目

eclipse 快速创建 springboot项目_第2张图片
如果没有找到,可以重启eclipse
next↓,默认是连接 https://start.spring.io ,但是有可能失败,如下图所示
eclipse 快速创建 springboot项目_第3张图片
这时候可以将 “https://start.spring.io” 切换为 “http://start.aliyun.com”
连接成功后↓
eclipse 快速创建 springboot项目_第4张图片
选择需要的包↓
eclipse 快速创建 springboot项目_第5张图片
默认域名8080,这里修改为8000了,输入网址看到就成功了
eclipse 快速创建 springboot项目_第6张图片

——————至此一个简单的springboot项目就创建好了

3. 可能报错

  • 如果pom报错,入口文件中org.springframework标红
    eclipse 快速创建 springboot项目_第7张图片
    查看本地springboot版本,替换版本号,再右键pom.xml->refresh
    eclipse 快速创建 springboot项目_第8张图片
    eclipse 快速创建 springboot项目_第9张图片

你可能感兴趣的:(eclipse 快速创建 springboot项目)