1. 程式人生 > >eclipse4.6.1安裝SpringSource Tool Suite(sts-eclipse)插件

eclipse4.6.1安裝SpringSource Tool Suite(sts-eclipse)插件

dsm eclipse4 部署 nts git 步驟 tac blog csdn

1. Spring Tool Suite(sts)簡介

Spring Tool Suite(sts)就是一個基於Eclipse的開發環境, 用於開發Spring應用程序。它提供了一個現成的使用環境來實現, 調試, 運行, 和部署你的Spring應用程序。包括為關鍵的的服務器和雲計算,Git, Maven, AspectJ, 和最新的Eclipse版本提供整合支持。

換句話說, Spring Tool Suite是一個定制版的eclipse, 由spring framework官方在javaee版本的eclipse上包裝spring插件出來的版本, 其核心還是javaee版本的eclipse。

2. 材料下載準備

spring tool suite官網:http://spring.io/tools/sts
spring tool suite官網下載:http://spring.io/tools/sts/all
eclipse官網下載:http://www.eclipse.org/downloads

本人已準備了當前最新版本的eclipse和對應eclipse版本的sts-eclipse插件:

eclipse-jee-neon-2-win32-x86_64.zip
springsource-tool-suite-3.8.3.RELEASE-e4.6.2-updatesite.zip

3. 在eclipse上安裝sts-eclipse插件

查看eclipse版本:

運行eclipse--Help--About Eclipse
  • 1

技術分享圖片

在eclipse安裝SpringSource Tool Suite(sts-eclipse)插件包括在線安裝離線安裝
打開網頁:http://spring.io/tools/sts/all
可以看到:
技術分享圖片


在eclipse上 離線安裝 SpringSource Tool Suite for eclipse插件:

運行eclipse--Help--Install New Software...
  • 1

點擊Add
技術分享圖片
隨便輸入插件名稱: 如sts-eclipse或sts, 選擇SpringSource Tool Suite的zip包(可不解壓)

技術分享圖片
選擇與IDE相關的項, 並去掉Contact all update…前面的勾選, 然後下一步
技術分享圖片
直接下一步
技術分享圖片
直接下一步
技術分享圖片
接受協議, 點擊Finish
技術分享圖片
等待安裝完成
技術分享圖片
已安裝完成, 點擊YES立即重啟eclipse使sts-eclipse插件生效
技術分享圖片
重啟eclipse後可以看到可以創建spring項目了
技術分享圖片

至此, 完成eclipse4.6.2下離線安裝SpringSource Tool Suite(sts-eclipse)插件。


在eclipse上 在線安裝 SpringSource Tool Suite for eclipse插件:

運行eclipse--Help--Install New Software...
  • 1

技術分享圖片
剩余步驟同離線安裝。
至此, 完成eclipse4.6.2下在線安裝SpringSource Tool Suite(sts-eclipse)插件

OK, Enjoy it~

eclipse4.6.1安裝SpringSource Tool Suite(sts-eclipse)插件