在Java eclipse 中Spring Boot工具安装步骤

如何使用Spring Boot一步一步搭建一个Web的基础工程……

安装eclipse

  • 1 eclipse官网下载地址:https://www.eclipse.org/downloads/

    在Java eclipse 中Spring Boot工具安装步骤_第1张图片

  • 2 安装eclipse,安装第一项 Eclipse IDE for Java Developers即可。

在Java eclipse 中Spring Boot工具安装步骤_第2张图片

下载安装“Spring Tool Suite”

  • 1 下载地址:https://spring.io/tools/sts/all 也可以省略上述的步骤,直接下载完整版,查看eclipse的版本是4.6.3,然后根据官网的版本说明进行下载,此处下载的是3.8.4版本。

在Java eclipse 中Spring Boot工具安装步骤_第3张图片
下载链接地址:https://spring.io/tools3/sts/legacy
在Java eclipse 中Spring Boot工具安装步骤_第4张图片

  • 2 安装,Eclipse——Help——Install new Sofware,下一步、下一步安装即可。

在Java eclipse 中Spring Boot工具安装步骤_第5张图片

  • 3 如下图表示安装成功

    在Java eclipse 中Spring Boot工具安装步骤_第6张图片

##eclipse版本怎么看?

  1. 首先打开Eclipse

    在Java eclipse 中Spring Boot工具安装步骤_第7张图片

  2. 在菜单栏中点击【Help】,之后点击【About Eclipse】

    在Java eclipse 中Spring Boot工具安装步骤_第8张图片

  3. 在如图所示的红色框中,可以看到【Version】

    在Java eclipse 中Spring Boot工具安装步骤_第9张图片

  4. 或者打开Eclipse的按照目录,找到Readme文件夹

    在Java eclipse 中Spring Boot工具安装步骤_第10张图片

  5. 直接打开其中的readme_eclipse.html的文件

在Java eclipse 中Spring Boot工具安装步骤_第11张图片

  1. 在打开的文件开头,我们可以看到Release 4.6.0 (Neon),即Eclipse的版本号

    在Java eclipse 中Spring Boot工具安装步骤_第12张图片

由于最近在学习SpringBooot,用Eclipse创建SpringBoot项目比较不爽,听说STS插件能直接创建SpringBoot项目,就动手安装一下,希望能对像我一样的小白有所帮助。

STS:官网 https://spring.io/tools/sts/  上面有sts功能的详细描述,此处就做一下简介

spring Tool Suite(sts)就是一个基于Eclipse的开发环境, 用于开发Spring应用程序。它提供了一个现成的使用环境来实现, 调试, 运行, 和部署你的Spring应用程序。包括为关键的的服务器和云计算,Git, Maven, AspectJ, 和最新的Eclipse版本提供整合支持。

换句话说, Spring Tool Suite是一个定制版的eclipse, 由spring framework官方在javaee版本的eclipse上包装spring插件出来的版本, 其核心还是javaee版本的eclipse。

所以可以直接从官网下载已经集成了sts的Eclipse

各个Eclipse版本的STS : https://spring.io/tools/sts/legacy
在Java eclipse 中Spring Boot工具安装步骤_第13张图片

引用官网的一句话:您可以下载更新站点的存档版本,如果您希望将STS安装到现有的Eclipse安装中,或者希望更新现有的STS安装而不访问更新存储库的托管版本。

You can download archived versions of the update sites, if you want to install STS into an existing Eclipse installation or if you want to update an existing STS installation without accessing the hosted version of the update repository.

就是说可以在现有Eclipse下安装对应版本的STS插件即可。如果版本不对应会出现问题。

下面是一些对应的版本对应的eclipse插件,这些插件复制名称到百度搜索一下即可直接下载,然后就可以离线安装了,亲测有效

eclipse-Mars.4.5.1–>springsource-tool-suite-3.7.2RELEASE-e4.5.1-updatesite.zip

eclipse-Mars.4.5.2–>springsource-tool-suite-3.7.3RELEASE-e4.5.2-updatesite.zip

eclipse-neno.4.6–>springsource-tool-suite-3.7.3RELEASE-e4.6-updatesite.zip

改贴中有各个版本的Eclipse 对应的STS插件下载地址:http://blog.csdn.net/zhen_6137/article/details/79384798

在eclipse安装SpringSource Tool Suite(sts-eclipse)插件包括在线安装和离线安装。

首先,先做离线安装

1.下载你的Eclipse版本对应的STS插件,我的Eclipse版本是Luna Service Release 1a (4.4.1)         
在Java eclipse 中Spring Boot工具安装步骤_第14张图片
所以我下载的STS插件为: springsource-tool-suite-3.6.2.RELEASE-e4.4.1-updatesite.zip

  1. Help->Install New Software->Add->Archive Location:选中你下载的sts压缩包,Name:随便写,点击OK
    在Java eclipse 中Spring Boot工具安装步骤_第15张图片
  2. 勾选带有Spring IDE的项 (有4项),并去掉Contact all update…前面的勾选,点击Next

在Java eclipse 中Spring Boot工具安装步骤_第16张图片

  1. 点击Next

在Java eclipse 中Spring Boot工具安装步骤_第17张图片
5. 勾选 I accept the terms… 点击finish,等待安装

在Java eclipse 中Spring Boot工具安装步骤_第18张图片

  1. 安装完成之后,会提示重启Eclipse,点击Yes

在Java eclipse 中Spring Boot工具安装步骤_第19张图片
7. 验证是否安装成功
在Java eclipse 中Spring Boot工具安装步骤_第20张图片

在Java eclipse 中Spring Boot工具安装步骤_第21张图片

至此, 完成eclipse4.4.1下离线安装SpringSource Tool Suite(sts-eclipse)插件。

#springsource-tool-suite-update 最新各个版本下载地址

springsource-tool-suite-3.7.3.RELEASE-e4.5.2-updatesite.zip

http://download.springsource.com/release/TOOLS/update/3.7.3.RELEASE/e4.5/springsource-tool-suite-3.7.3.RELEASE-e4.5.2-updatesite.zip

springsource-tool-suite-3.9.5.RELEASE-e4.7.3a-updatesite.zip

http://download.springsource.com/release/TOOLS/update/3.9.5.RELEASE/e4.7/springsource-tool-suite-3.9.5.RELEASE-e4.7.3a-updatesite.zip

springsource-tool-suite-3.9.5.RELEASE-e4.8.0-updatesite.zip

http://download.springsource.com/release/TOOLS/update/3.9.5.RELEASE/e4.8/springsource-tool-suite-3.9.5.RELEASE-e4.8.0-updatesite.zip

在Java eclipse 中Spring Boot工具安装步骤_第22张图片

sts-3.8.3的下载地址:http://download.springsource.com/release/TOOLS/update/3.8.3.RELEASE/e4.6/springsource-tool-suite-3.8.3.RELEASE-e4.6.2-updatesite.zip

sts-3.8.2的下载地址:http://download.springsource.com/release/TOOLS/update/3.8.2.RELEASE/e4.6/springsource-tool-suite-3.8.2.RELEASE-e4.6.1-updatesite.zip

sts-3.8.1的下载地址:http://download.springsource.com/release/TOOLS/update/3.8.1.RELEASE/e4.6/springsource-tool-suite-3.8.1.RELEASE-e4.6-updatesite.zip

sts-3.8.0的下载地址:http://download.springsource.com/release/TOOLS/update/3.8.0.RELEASE/e4.6/springsource-tool-suite-3.8.0.RELEASE-e4.6-updatesite.zip

sts-3.7.3的下载地址:http://download.springsource.com/release/TOOLS/update/3.7.3.RELEASE/e4.5/springsource-tool-suite-3.7.3.RELEASE-e4.5.2-updatesite.zip

sts-3.7.2的下载地址:http://download.springsource.com/release/TOOLS/update/3.7.2.RELEASE/e4.5/springsource-tool-suite-3.7.2.RELEASE-e4.5.1-updatesite.zip

sts-3.7.1的下载地址:http://download.springsource.com/release/TOOLS/update/3.7.1.RELEASE/e4.5/springsource-tool-suite-3.7.1.RELEASE-e4.5.1-updatesite.zip

sts-3.7.0的下载地址:http://download.springsource.com/release/TOOLS/update/3.7.0.RELEASE/e4.5/springsource-tool-suite-3.7.0.RELEASE-e4.5-updatesite.zip

sts-3.6.4的下载地址:http://download.springsource.com/release/TOOLS/update/3.6.4.RELEASE/e4.4/springsource-tool-suite-3.6.4.RELEASE-e4.4.2-updatesite.zip

sts-3.6.3.SR1的下载地址:http://download.springsource.com/release/TOOLS/update/3.6.3.SR1/e4.4/springsource-tool-suite-3.6.3.SR1-e4.4.1-updatesite.zip

sts-3.6.3.RELEASE : http://download.springsource.com/release/TOOLS/update/3.6.3.RELEASE/e4.4/springsource-tool-suite-3.6.3.RELEASE-e4.4.1-updatesite.zip

sts-3.6.2的下载地址:http://download.springsource.com/release/TOOLS/update/3.6.2.RELEASE/e4.4/springsource-tool-suite-3.6.2.RELEASE-e4.4.1-updatesite.zip

sts-3.6.1的下载地址:http://download.springsource.com/release/TOOLS/update/3.6.1.RELEASE/e4.4/springsource-tool-suite-3.6.1.RELEASE-e4.4-updatesite.zip

sts-3.6.0的下载地址:http://download.springsource.com/release/TOOLS/update/3.6.0.RELEASE/e4.4/springsource-tool-suite-3.6.0.RELEASE-e4.4-updatesite.zip

sts-3.5.1:http://download.springsource.com/release/TOOLS/update/3.5.1.RELEASE/e4.3/springsource-tool-suite-3.5.1.RELEASE-e4.3.2-updatesite.zip

sts-3.5.1:http://download.springsource.com/release/TOOLS/update/3.5.1.RELEASE/e3.8/springsource-tool-suite-3.5.1.RELEASE-e3.8.2-updatesite.zip

sts-3.5.0:http://download.springsource.com/release/TOOLS/update/3.5.0.RELEASE/e4.3/springsource-tool-suite-3.5.0.RELEASE-e4.3.2-updatesite.zip

sts-3.5.0:http://download.springsource.com/release/TOOLS/update/3.5.0.RELEASE/e3.8/springsource-tool-suite-3.5.0.RELEASE-e3.8.2-updatesite.zip

sts-3.4.0:http://download.springsource.com/release/TOOLS/update/3.4.0.RELEASE/e4.3/springsource-tool-suite-3.4.0.RELEASE-e4.3.1-updatesite.zip

sts-3.4.0:http://download.springsource.com/release/TOOLS/update/3.4.0.RELEASE/e3.8/springsource-tool-suite-3.4.0.RELEASE-e3.8.2-updatesite.zip

sts-3.3.0:http://download.springsource.com/release/TOOLS/update/3.3.0.RELEASE/e4.3/springsource-tool-suite-3.3.0.RELEASE-e4.3-updatesite.zip

sts-3.3.0:http://download.springsource.com/release/TOOLS/update/3.3.0.RELEASE/e3.8/springsource-tool-suite-3.3.0.RELEASE-e3.8.2-updatesite.zip

sts-3.2.0:http://download.springsource.com/release/TOOLS/update/3.2.0.RELEASE/e3.8/springsource-tool-suite-3.2.0.RELEASE-e3.8.2-updatesite.zip

sts-3.2.0:http://download.springsource.com/release/TOOLS/update/3.2.0.RELEASE/e4.2/springsource-tool-suite-3.2.0.RELEASE-e4.2.2-updatesite.zip

sts-3.1.0:http://download.springsource.com/release/TOOLS/update/3.1.0.RELEASE/e3.8/springsource-tool-suite-3.1.0.RELEASE-e3.8-updatesite.zip

sts-3.1.0:http://download.springsource.com/release/TOOLS/update/3.1.0.RELEASE/e4.2/springsource-tool-suite-3.1.0.RELEASE-e4.2-updatesite.zip

sts-3.0.0的下载地址:http://download.springsource.com/release/TOOLS/update/3.0.0.RELEASE/e4.2/springsource-tool-suite-3.0.0.RELEASE-e4.2-updatesite.zip

sts-2.9.2的下载地址:http://download.springsource.com/release/TOOLS/update/2.9.2.RELEASE/e3.7/springsource-tool-suite-2.9.2.RELEASE-e3.7.2-updatesite.zip

sts-2.9.1的下载地址:http://download.springsource.com/release/TOOLS/update/2.9.1.RELEASE/e3.7/springsource-tool-suite-2.9.1.RELEASE-e3.7.2-updatesite.zip

sts-2.9.0的下载地址:http://download.springsource.com/release/TOOLS/update/2.9.0.RELEASE/e3.7/springsource-tool-suite-2.9.0.RELEASE-e3.7.2-updatesite.zip

sts-2.8.1的下载地址:http://download.springsource.com/release/TOOLS/update/2.8.1.RELEASE/e3.7/springsource-tool-suite-2.8.1.RELEASE-e3.7.1-updatesite.zip

sts-2.8.0的下载地址:http://download.springsource.com/release/TOOLS/update/2.8.0.RELEASE/e3.7/springsource-tool-suite-2.8.0.RELEASE-e3.7.1-updatesite.zip

sts-2.7.2的下载地址:http://download.springsource.com/release/TOOLS/update/2.7.2.RELEASE/e3.7/springsource-tool-suite-2.7.2.RELEASE-e3.7-updatesite.zip

sts-2.7.1的下载地址:http://download.springsource.com/release/TOOLS/update/2.7.1.RELEASE/e3.7/springsource-tool-suite-2.7.1.RELEASE-e3.7-updatesite.zip

sts-2.7.0的下载地址:http://download.springsource.com/release/TOOLS/update/2.7.0.RELEASE/e3.7/springsource-tool-suite-2.7.0.RELEASE-e3.7-updatesite.zip

你可能感兴趣的:(SpringBoot框架,互联网@IT)