一、eclipse在线下载springboot插件
1、help->eclipse marketplace->popular-选择spring tool suite(STS)进行下载

2、下载好之后,重启eclipse,测试springboot插件是否已下载好,步骤:File->new->other

3、如果有spring这个文件夹,说明springboot插件已经下载好,可以创建springboot项目了
二、eclipse创建springboot项目
1、File->new->other->spring->Spring Starter Project->next

2、Name:项目名称,Type:类型,Java Version:JDK版本,Packaging:打包方式,Language:语言 可以根据自己的需求修改

3、next->Web栏目中Web打上勾(注意,不同版本eclipse显示的页面不同)->Finish
