SpringBoot在eclipse中的配置与入门

1.1 eclipse下安装Springboot

下载与本机安装的Eclipse对应的STS(Spring Tool Suite)

查看本机eclipse的版本号:在eclipse下Help--About Eclipse

我安装的eclipse为 4.5.2

进入SpringBoot官网 https://spring.io/tools/sts,下载对应的sts版本内容

STS插件的安装

Help->Install New Software

运行Application.java,Console控制台输出

浏览器访问localhost:8080/hello出现如下,SpringBoot入门完成

完整项目下载: https://github.com/yuanruofei/springboot