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

Starting a Spring Boot Application

Header Image

  1. Running the application using an IDE
    • This article covers how to execute the main class of a Spring Boot application using an IDE.
  2. Running the application using Maven
    • This article explains how to run a Spring Boot application using Maven by using the ‘mvn spring-boot:run’ command.
  3. Running the application using the Spring Boot CLI
    • This article covers an overview of the Spring Boot CLI and how to use the ‘spring run’ command to quickly run Spring Boot applications from the command line.

Table of contents