
I have selected the spring boot guide option. Both options are selected to compare your work against the guide. The initial code set option provides an empty project and the complete code set option provides the code from the guide. They’re also a code set option is available to decide whether to grab the initial code set or complete code set.

You can select the build tool (Maven or Gradle) as per your need. You can either scroll the given list or search for your requirement. Consider the below image:Ī popup window will open which ask you to search and select the any of published guide from the spring website. Navigate it to File-> New-> Import Spring Getting started content. Let’s import a getting started guide to understand how to import projects in STS. It will look like: Getting Started With STS (Spring Tool Suite)Īs we have installed STS, now launch the STS and start creating and exporting project with it. Step5: The Spring Tool Suite is successfully installed on your machine. Step4: Now, it will start configuring the specified workspace. Select your default workspace and click on the Launch button to proceed. Step3: Next, it will ask for the default workspace. It will take a while and install the STS IDE. Step2: The installation process of the STS IDE begins: It can be located under package “spring-tool-suite-4-4.7.0.RELEASE-e4.16.86_64”.ĭouble click on the SpringToolSuite4 file. Step1: Extract the zip file and select the executable file (.exe for Windows). Installation of STS IDEįollow the below steps to install STS IDE: But I will explain each step for installing in Windows too. In this tutorial, we are using the Linux platform. In this section of learning Spring Boot series, we will see how to download, install, setup, and getting started with the STS IDE.

It provides world-class supports for these IDEs.

STS IDE integration is available for other code editors such as VSCode, Theia IDE, eclipse, and more. Further, it allows us to built large applications from scratch. It provides massive support for the implement, run, deploy, debug the Spring applications. STS IDE (Spring Tool Suite) is an eclipse based IDE (Integrated development environment) for developing Spring applications.
