
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. Finally lombok will be installed successfully.STS IDE (Spring Tool Suite) is an eclipse based IDE (Integrated development environment) for developing Spring applications.

If it is selected properly then it will checked STS.exe, like below: Select the location where your STS bundle was installed. It will open lombok installer window and click ok. Go to project Maven Dependencies and find lombok.jar file (>Maven Dependencies >lombok.jar).

Click Ok to download and update dependencies.Īfter finishing all task. Select like below:Īnd make sure, checked Force Update of Snapshots/Releases. Go to your project root folder on your IDE and click the right button on it. First go to your project pom.xml file and add this dependency on dependencies section.

I'll show you how to completely install lombok into Spring Tool Suite 4 or latest version.
