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

    Gradle Project

    Language

    Java

    Spring Boot

    Default selection

    Dependencies

    Spring Web

    Project Metadata

    Group

    com.brainstation23

    Artifact

    bank

    Name

    Brain Station 23 Bank

    Description

    Brain Station 23 Bank Rest Service

    Package Name

    com.brainstation23.bank

    Packaging

    jar

    Java

    11

    This configuration will look like the bellow image.

    Spring Initializr

    Download

    Download the generated folder, open the project in your IDE.

    Learn More

    Project Code