September 19, 2022
Prerequisite :- JDK should be setup
Step1: Click link
https://spring.io/tools
Step2: Click on windows version (4.16.0 – WINDOWS X86_64) like given below:-
It will download spring-tool-suite-4… in your download folder.
Step3: Double click on downloaded jar, it will unpack jar and create a folder which has SpringToolSuite4.exe file.
Step4: Click on SpringToolSuite4.exe and it will open STS IDE as follows :-
Step5: Click on create project, then it will show following screen where you have to select Spring Starter Project: –
Step6: – Then click on next, see below screen :-
Change Group artifact and version based on your need.
Step7: – It will create below project with default DemoApplication.java class