STS plug-in installation (reproduced) on the Eclipse platform

Source: https://blog.csdn.net/ljqmyg/article/details/73056549

One, Scene Description

When we on Spring, Spring MVC open source framework to do some research when using STS STS IDE or plug is undoubtedly the best choice. Such as editing code when prompted Spring configuration files, auto-complete function.

Two, Eclipse Select

Eclipse provides a variety of versions, I prefer the following two versions.

EclipseLunaRS2: Java SE 8 compatible version of the official.

EclipseNeon3: update faster, for technical avid seeker.

Select herein eclipse-jee-neon-3-win32-x86_64.zip, wherein downloading the following address:

(1) Eclipse official website: https: //www.eclipse.org/

Download URL (not sure which day will fail):

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 fail):

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 Eclipse platform version

Method 1: Help | About Eclipse you will see the following

Which is Eclipse 4.6.3 version number.

Second way: quick and Eclipse version

Double-click the "eclipse-jee-neon-3-win32-x86_64.zip" | Eclipse | .eclipseproduct open this file to view the contents, as follows:

Which indicates the current version = 4.6.3 software version number. Do not ask me how I know ~~

Three, STS choice

STS stands for Spring ToolsSuite. At this point we have two versions to choose from.

Version a: Spring Eclipse-based integrated platform versions, download decompression can be used directly. Some configuration items such as Eclipse and we usually use slightly different.

Version two: Install the plug-in on a separate STS Eclipse platform, I prefer this way.

Spring official website: https: //spring.io

Spring STS integrated version download URL: https: //spring.io/tools/sts/legacy

Spring STS plug-in download URL: https: //spring.io/tools/sts/all

Wherein: Update Site Archives can offline after installation,

Eclipse Update Sites support online installation.

Very recommended online installation, too slow, I bandwidths of 100M, SSD hard drive installed half an hour.

Select STS herein offline plug installation package springsource-tool-suite-3.8.4.RELEASE-e4.7.0-updatesite.zip

Four, Eclipse platform plug-in installed STS

1. reiterate version Eclipse version: eclipse-jee-neon-3-win32-x86_64.zip

2. STS offline plug-in version: springsource-tool-suite-3.8.4.RELEASE-e4.7.0-updatesite.zip

3. After extracting eclipse-jee-neon-3-win32-x86_64.zip, file size: 340MB (356,523,682 bytes)

4. Go to the Eclipse folder, double-click operation eclipse.exe, after starting the implementation of Help | Install New Software ... | Add ... | Archive ... to select just downloaded STS offline plug-in package "springsource-tool-suite-3.8.4. RELEASE-e4.7.0-updatesite.zip "

5. Click to begin, as shown below:

6. Select they need, click Next, as shown below:

7. If no error message indicating that everything is normal. Click Next, as shown below:

8. Click Finish, the installation of a long road started (see machine configuration, my machine around 16gRAM + SSD absolutely 8 seconds), then as shown below:

9. Do not hesitate to click "Yes" to install basically completed.

10. Re Start Eclipse, then verify the installation, see the following figure:

11. verify the size of the installation of STS Eclipse plug-ins folder:

Before installation: 340 MB (356,523,682 bytes)

After installation: 510 MB (534,838,650 bytes)

V. Notes

1. Eclipse plug-in version with STS need to match, or easy installation fails

Guess you like

Origin blog.csdn.net/Stars_min/article/details/94966053