Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Creating a Spring Boot Project

Header Image

  1. Setting up development environment
    • This article covers the process of setting up a development environment for Spring Boot development by installing an IDE (IntelliJ IDEA) and a build tool (Apache Maven).
  2. Using Spring Initializr to create a project
    • This article covers the process of using Spring Initializr to create a new Spring Boot project, including an overview of Spring Initializr and the available project configuration options.
  3. Importing the project into an IDE
    • This article covers the process of importing a Spring Boot project into an IDE using the build tool’s configuration file, with specific steps provided for IntelliJ IDEA.

Table of contents