1.需导入Spring Tools插件
依次上方打开“Help>Eclipse Marketplace”,在搜索框输入“Spring Tools”,然后点击对应的“install”,然后一直“next”下一步,后面会有一个确认“accept”的步骤,要选中“同意”,安装重启Eclipse,完成导入。
2.创建SpringBoot项目
鼠标右键“New>Project>Spring Starter Project”
创建项目需要联网,这里需要把Service URL改为:https://start.spring.io
根据需要选中对应的SpringBoot版本以及对应的依赖(非必选)
点击“Finish”,完成创建。