Create Spring Boot Project With Spring Initializer
Create Spring Boot Project With Spring Initializer
Spring Initializer
author: Ramesh Fadatare
In this article, we will learn how to create a simple Spring boot project
with Spring Initializr.
There are many ways to create a Spring Boot application. The simplest way is
to use Spring Initializr at http://start.spring.io/, which is an online Spring
Boot application generator.
In this article, we will create a simple Spring boot hello world tutorial project
using Spring Initializr tool and import in eclipse IDE.
Create Spring Boot Project With Spring
initializer
Below gif image gives you step by step process to create a Spring boot project
using Spring Initializr.
As shown in the image above, let's create a spring boot project step by step.
Step 1. Launch Spring Initializr
using https://start.spring.io link
Step 2. Specify Project Details
Navigate or type in the path of the folder where you extracted the zip file to in
the next screen.
Once you click Finish, Maven would take some time to download all the
dependencies and initialize the project.