Create Spring Boot + Restful Project

Hi Everyone,

Create Spring Boot + Restful Project – with Spring Initializr.

The Spring Initializr is a website that generated a Spring Boot Project structure.
By creating Spring Boot with this Spring Initalizr it will generate all the project details.
Its include the dependencies of your application such build file and contains all the dependencies and configuration for the project.

Prerequisites:

Steps:

  1. Go to Spring initializr website, then add the Group and artifact you want.

1

  • Then Download by Click Button Generate Project, it will generate zip. file.

2. Unzip the project to your workspace, on Eclipse right-click import > Existing Maven Project.

2.jpg