Installing the STS plugin on the Eclipse platform
When we do some research and development based on the spring, Spring MVC open-source technology framework, the STS IDE or STS plugin is undoubtedly the best choice. For example, code hints when editing spring profiles, auto-complete functionality.
Eclipse offers a variety of versions, of which I prefer the following two versions.
EclipseLunaRS2 : The official compatible version of Java SE 8.
EclipseNeon3 : Update is fast and suitable for technical enthusiasts.
This article selects eclipse-jee-neon-3-win32-x86_64.zip, which is as follows:
(1) Eclipse Official website: https://www.eclipse.org/
Download URL (not sure which day will expire):
http://219.238.7.66/files/2148000009F01E75/eclipse.stu.edu.tw/technology/epp/downloads/release/neon/3/ Eclipse-jee-neon-3-win32-x86_64.zip
(2) Spring site: Https://spring.io/tools/eclipse
Download URL (not sure which day will expire):
http://219.238.7.66/files/2148000009F01E75/eclipse.stu.edu.tw/technology/epp/downloads/release/neon/3/ Eclipse-jee-neon-3-win32-x86_64.zip
(3) View the Eclipse platform version
Way One: Help | About Eclipse sees something like this
650) this.width=650; "Src=" https://s2.51cto.com/wyfs02/M01/98/C0/wKioL1k_8mmDjQciAAGoGAdat1Q636.png-wh_500x0-wm_ 3-wmp_4-s_2729926803.png "style=" Float:none; "title=" 1 "alt=" Wkiol1k_8mmdjqciaagogadat1q636.png-wh_50 "/>
Where 4.6.3 is the Eclipse version number.
Mode two: Quick query Eclipse version number
Double-click "Eclipse-jee-neon-3-win32-x86_64.zip" | eclipse| . eclipseproduct Open this file to view the contents as follows:
650) this.width=650; "border=" 0 "width=" 262 "height=" 136 "src=" Https://s2.51cto.com/wyfs02/M00/98/C0/wKioL1k_ 8scinanpaaaxh4l17jq288.png-wh_500x0-wm_3-wmp_4-s_1929837760.png "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" alt= "Spacer.gif" title= "2.png"/>
Where version=4.6.3 represents the current software version number. Don't ask me how I know it ~ ~
STS Full name Spring Toolssuite. In this case, we have two versions to choose from.
Version One: Spring is based on the version of the Eclipse platform integration and can be used directly after downloading the extract. Some of these configuration items are somewhat different from the eclipse we typically use.
Version two: Install STS plugin on standalone Eclipse platform, I prefer this way.
Spring Official website: Https://spring.io
Spring STS integrated Download URL: https://spring.io/tools/sts/legacy
Spring STS plugin Download URL: Https://spring.io/tools/sts/all
Where: Update Site archives can be installed offline,
Update Sites support for Eclipse online installation.
Very not recommended for online installation, speed is too slow, I 100M bandwidth, SSD hard drive installed nearly half an hour.
This article selects the STS plugin offline installation package Springsource-tool-suite-3.8.4.release-e4.7.0-updatesite.zip
Eclipse Platform Installation STS plugin
Reiterate version of Eclipse version: Eclipse-jee-neon-3-win32-x86_64.zip
STS Offline plugin version: Springsource-tool-suite-3.8.4.release-e4.7.0-updatesite.zip
After extracting eclipse-jee-neon-3-win32-x86_64.zip, the file size is: 340MB (356,523,682 bytes)
Go to Eclipse folder, double-click Run Eclipse.exe, start and execute Help | Install New Software ... | Add ... | Archive ... Select just download sts offline plugin package "Springsource-tool-suite-3.8.4.release-e4.7.0-updatesite.zip"
Click Start, as shown in:
650) this.width=650; "border=" 0 "width=" 553 "height=" 488 "src=" Https://s2.51cto.com/wyfs02/M01/98/C0/wKiom1k_ 8taijqtfaae6r1h01wc105.png-wh_500x0-wm_3-wmp_4-s_1569904637.png "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" alt= "Spacer.gif" title= "3.png"/>
6. Select what you need, click Next, as shown in:
650) this.width=650; "border=" 0 "width=" 553 "height=" 294 "src=" Https://s3.51cto.com/wyfs02/M01/98/C0/wKioL1k_ 8wfticrcaadbkqlzsqm035.png-wh_500x0-wm_3-wmp_4-s_2172699029.png "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" alt= "Spacer.gif" title= "4.png"/>
7. If there is no error message, it means everything is OK. Click Next as shown in:
650) this.width=650; "border=" 0 "width=" 553 "height=" 284 "src=" Https://s4.51cto.com/wyfs02/M02/98/C0/wKiom1k_ 8xls1vp2aadnly4ydps434.png-wh_500x0-wm_3-wmp_4-s_3762844509.png "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" alt= "Spacer.gif" title= "5.png"/>
8. Click Finish, a lengthy installation of the road officially started (see machine configuration, my machine 16gram+ssd 8 seconds or so), and then as shown:
-
don't hesitate, click "Yes" to install the basic finish.
-
650) this.width=650; "border=" 0 "width=" 553 "height=" 393 "src=" Https://s1.51cto.com/wyfs02/M02/98/C0/wKioL1k_ 8yidxxq0aadb0bs1vjk055.png-wh_500x0-wm_3-wmp_4-s_822520900.png "style=" Background:url ("/e/u261/lang/zh-cn/ Images/localimage.png ") no-repeat center;border:1px solid #ddd;" alt= "Spacer.gif" title= "7.png"/>
One by one . Verify the size of the Eclipse folder after installing the STS plugin:
Before installation: 340 MB (356,523,682 bytes)
After installation:510 MB (534,838,650 bytes)
This article is from the "Technical Exchange" blog, please be sure to keep this source http://ljqmyg.blog.51cto.com/2841459/1935157
Installing the STS plugin on the Eclipse platform