Install the STS plug-in on the Eclipse platform
Scenario description
When we do some research and development based on Spring and Spring MVC open source technology frameworks, we use STS IDE or STS Plug-ins are undoubtedly the best choice. For example, code prompts and auto-completion functions when editing Spring configuration file.
Eclipse selection
Eclipse provides various versions, among which I prefer the following two versions.
EclipseLunaRS2: The official compatible version of Java SE 8.
EclipseNeon3: Updates relatively quickly, suitable for technology enthusiasts.
This article selects eclipse-jee-neon-3-win32-x86_64.zip, the download address is as follows:
(1) Eclipse official website: www.eclipse.org/
Download URL (not sure which day it will expire):
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: spring.io/tools/eclipse
Download URL (not sure which day it will expire):
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 ) Check the Eclipse platform version
Method 1: Help | About Eclipse You will see the following content
where 4.6.3 is the Eclipse version number.
Method 2: Quick queryEclipse version number
Double-click "eclipse-jee-neon-3-win32-x86_64.zip" | Eclipse| .eclipseproduct to open this file View the content, which is as follows:
where version=4.6.3 represents the current software version number. Don't ask me how I know~~
STS selection
The full name of STS is Spring ToolsSuite. At this time we have two versions to choose from.
Version 1: Spring is based on the Eclipse platform integrated version, which can be used directly after downloading and decompressing. Some of the configuration items are slightly different from the Eclipse we usually use.
Version 2: Install the STS plug-in on an independent Eclipse platform. I prefer this method.
Spring official website: https://spring.io
Spring STS integrated version download website: spring.io/tools/sts/legacy
Spring STS plug-in download URL: spring.io/tools/sts/all
Among them: Update Site Archives can be installed offline after downloading, and
Update Sites supports Eclipse online installation.
It is highly not recommended to install online as the speed is too slow. With my 100M bandwidth, it took nearly half an hour to install the SSD hard drive.
This article selects the STS plug-in offline installation package springsource-tool-suite-3.8.4.RELEASE-e4.7.0-updatesite.zip
Eclipse platform to install the STS plug-in
In This reiterated version Eclipse version: eclipse-jee-neon-3-win32-x86_64.zip
STS offline plug-in version: springsource-tool-suite-3.8.4.RELEASE-e4.7.0-updatesite.zip
After decompressing eclipse-jee-neon-3-win32-x86_64.zip, the file size is: 340MB (356,523,682 bytes)
Enter the Eclipse folder, double-click to run eclipse.exe, after startup Execute Help | Install New Software … | Add... | Archive... Select the STS offline plug-in package you just downloaded” springsource-tool-suite-3.8.4.RELEASE-e4.7.0-updatesite.zip”
Click to start, as shown in the picture below:
6. Choose what you need, and click Next, as shown in the picture below:
7. If there is no error message, it means everything is normal. Click Next, as shown in the picture below:
8. Click Finish, and a long installation process officially begins (depending on the machine configuration, my machine has 16gRAM+SSD in about 8 seconds), and then as shown in the picture below :
9. Don’t hesitate, click “Yes” and the installation is basically completed.
10. After restarting Eclipse, verify the installation, you will see the following picture:
11. Verify the size of the Eclipse folder after installing the STS plug-in:
Before installation: 340 MB (356,523,682 bytes)
After installation: 510 MB (534,838,650 bytes)
Eclipse and STS The plug-in version needs to match, otherwise the installation may fail
The above is the detailed content of Detailed explanation of installing STS plug-in on Eclipse platform. For more information, please follow other related articles on the PHP Chinese website!

使用Eclipse进行LinuxShell脚本开发的基本配置指南在Linux环境下,Shell脚本是一种强大且常用的编程语言,用于自动化执行各种任务和管理系统。Eclipse是一款功能强大的集成开发环境(IDE),可以帮助开发人员更高效地编写、调试和管理Shell脚本。本文将介绍如何在Eclipse中配置和使用Shell脚本开发环境。第一步:安装Eclip

eclipse显示行号的方法:1、直接输入快捷键“CTRL+F10”,勾选“show line numbers”;2、右键点击其侧边栏,勾选“show line numbers”;3、在Eclipse菜单栏中设置显示行号即可。

eclipse设置中文方法:1、启动Eclipse,在启动界面的工具栏上点击"Preferences"按钮;2、弹出的首选项对话框中,点击"General"选项;3、在"General"选项下,点击"Appearance"子选项;4、点击"Language"选择框,选择“中文”即可设置成中文;5、关闭eclipse,重启即可使用中文。

使用Eclipse进行LinuxShell脚本自动化的基本配置指南简介:LinuxShell脚本是一种强大的自动化工具,用于在Linux操作系统中执行一系列命令和操作。Eclipse是一种流行的集成开发环境(IDE),主要用于Java开发,但也可以用于编辑和执行Shell脚本。本文将介绍如何在Eclipse中配置和使用Shell脚本的自动化工具。安装Ec

方法一安装STS插件安装插件导向窗口完成后,在eclipse右下角将会出现安装插件的进度,等插件安装完成后重启eclipse生效新建springboot项目项目启动方法二1.创建Maven项目2.选择项目类型3.选择项目4.编写项目组和名称-finish即可5.修改pom.xml文件org.springframework.bootspring-boot-starter-parent2.0.2.RELEASE6.pom.xml中添加依赖org.springframework.bootspring-

解决方法:首先打开eclipse软件,点击顶部导航栏中的“window”选项;然后在打开的下拉菜单中,点击“show view”选项;接着在打开的菜单中,点击“project Exlorer”选项即可调出左侧项目栏。

Java作为一种非常强大和流行的编程语言,被广泛应用于各种计算机应用和开发领域。在编写Java代码时,经常会遇到各种错误信息,这些错误信息可能会影响代码的正常编译和运行。其中,Eclipse是一种广泛使用的集成开发环境,而在Eclipse中遇到错误也是相当常见的。本文将探讨一些常见的Eclipse错误,并提供解决和避免这些错误的方法。一、常见的Eclipse

eclipse语言设置为中文的方法:1、打开浏览器找到语言包下载地址,并将最新的安装包地址复制;2、打开eclipse,点击“help”,然后点击安装新的插件;3、点击“Add”,在Location中粘帖网址;4、在下拉菜单中找到简体中文包,进行勾选,点击Next等待安装;5、重启eclipse即可。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
