Project Initiation
Spring provides out of the box project generator to get start spring boot project without any additional effort. We will start generating our project skeleton from Spring Initializr. It will help us to quick start our project. Later gradually we customise project’s as projects requirement.
Release date: January 2021 | Spring Boot: 2.4.x | Revision: 1
Action: Generate Project by Spring Initializr
Configure Project Stack
Generate initial project skeleton from Spring Initializr. Select bellow configuration to generate the project.
Configuration Name | Selected Value |
---|---|
Project |
|
Language |
|
Spring Boot |
|
Dependencies |
|
Project Metadata |
|
Group |
|
Artifact |
|
Name |
|
Description |
|
Package Name |
|
Packaging |
|
Java |
|
This configuration will look like the bellow image.

Project Code
-
Github - Project Initiation