Read Time:33 Second
Initializing a RESTful Web Services Project with Spring Boot
Step 1: Follow the spring installation in Eclipse.
Install Spring Tools 4 into an existing Eclipse (via the Marketplace)
In order to install the Spring Tools 4 into an existing Eclipse install, you need the latest Eclipse release as a prerequisite (download the Eclipse IDE from here: https://www.eclipse.org/downloads/packages).
You can install Spring Tools 4 into your existing Eclipse installation using the Eclipse Marketplace. Search for “Spring Tools 4” and install:

Step 2: Launch the Eclipse.
Step 3: Click on File menu -> New -> Spring ->Spring Starter Project ->
Average Rating