I managed to solve this problem by using the following steps: Go to File -> Settings -> Plugins -> Spring Boot was not ticked by default

When I checked Spring Boot and pressed OK, it downloaded the relevant plugin. Then, in the Add New Configuration, a Spring Boot template appeared.

Answer from georgeliatsos on Stack Overflow
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ spring-boot.html
Spring Boot | IntelliJ IDEA Documentation
3 weeks ago - Let IntelliJ IDEA know which files are configuration files in your project to enable relevant highlighting and coding assistance: In the main menu, go to File | Project Structure or press Ctrl+Alt+Shift+S to open the Project Structure dialog.
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ run-debug-configuration-spring-boot.html
Spring Boot run configuration | IntelliJ IDEA Documentation
3 weeks ago - In the Run/Debug Configurations dialog, click and select Spring Boot. The Run on option is available with the IntelliJ IDEA Ultimate subscription. The following options are mandatory to run your Spring Boot application: Click Modify options ...
Discussions

Intellij IDEA Spring Boot configuration - Stack Overflow
I am using Intellij IDEA 2018.2 Ultimate edition (Evaluation version) ... No, You don't need to do any configuration. Just import as maven or gradle ... I managed to solve this problem by using the following steps: Go to File -> Settings -> Plugins -> Spring Boot was not ticked by default ยท When I checked Spring Boot and pressed OK, it downloaded the relevant plugin. Then, in the Add ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
Intellij Spring Boot project run configuration - Stack Overflow
I run my Spring Boot project from the command line using mvn install and then mvn spring-boot:run -Dspring.profiles.active="development". This works fine but is not very convenient. I would like to start it directly from Intellij by clicking the green run button. I tried to add a new run ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
java - Spring Boot project in IntelliJ community edition - Stack Overflow
As everyone else mentioned, use https://start.spring.io to start your Spring Boot project. Download and open in IntelliJ Community Edition. Where you will face some difficulty is in running the project; - Ultimate Edition has a Spring Boot plugin that is missing in Community Edition. You may get errors especially if your main folder of your project is one level higher than the root of your IntelliJ project. For this, use the Maven run option. Edit Configuration ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
java - How to configure Spring Boot Run Configuratipon in IntelliJ - Stack Overflow
This may be version specific, we are on Spring Boot 2.0.4 . I've added examples 2019-08-08T17:08:29.597Z+00:00 ... Find the answer to your question by asking. Ask question ... See similar questions with these tags. ... 3 How to add configuration type (SpringBootApplicationConfiguration) to Intellij ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ your-first-spring-application.html
Tutorial: Create your first Spring application | IntelliJ IDEA Documentation
March 9, 2026 - Besides the New Project wizard, ... pom.xml or build.gradle file open in the editor, click the Add Startersโ€ฆ inlay hint next to the dependencies list or press Alt+Insert and select Add Starters....
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ spring-projects.html
Add Spring support to existing project | IntelliJ IDEA Documentation
October 11, 2024 - IntelliJ IDEA can configure the parent context automatically. For example, if the IDE detects the Spring Cloud context, it will make it a parent application context for Spring Boot.
๐ŸŒ
JetBrains
jetbrains.com โ€บ help โ€บ idea โ€บ spring-settings.html
Spring settings | IntelliJ IDEA Documentation
April 17, 2025 - Specify whether you want IntelliJ IDEA to automatically create a Spring Boot run configuration when you import a Spring Boot project.
๐ŸŒ
Medium
guneetgstar.medium.com โ€บ how-to-run-spring-boot-applications-on-intellij-idea-for-free-381a2661d409
How to run Spring Boot Applications on IntelliJ IDEA For Free? | by Guneet Singh | Medium
August 13, 2023 - Open the Spring Boot project in IntelliJ. IntelliJ will automatically identify the pom.xml or build.gradle file in your project and start resolving the dependencies. ... 3. From the configurations dialog box, select Add new.. then select Application.
Find elsewhere
๐ŸŒ
Bootify
bootify.io โ€บ learn โ€บ next steps โ€บ working with intellij
Working with your Spring Boot application in IntelliJ | Bootify.io
July 5, 2024 - How to import and configure your Spring Boot project in IntelliJ and provide a run configuration.
๐ŸŒ
Java Development Journal
javadevjournal.com โ€บ home โ€บ spring boot โ€บ building a spring boot application using intellij idea
Building a Spring Boot application using IntelliJ IDEA | Java Development Journal
February 3, 2020 - Based on the selected dependencies, it will add correct Spring Boot Starters in the pom.xml file. 5. In the last part of the wizard, we need to select a project name and project location. Once selected click on the โ€œFinishโ€ button. Once finished, IntelliJ IDEA import all the required dependencies and open the newly created a project to work on.
๐ŸŒ
YouTube
youtube.com โ€บ watch
Run Debug Configuration in IntelliJ (and Spring Boot) - YouTube
Run Debug Configuration in IntelliJ (and Spring Boot)Subscribe Kindson The Tech Pro Youtube: https://bit.ly/2PpJd8QJoin my group ICS on Facebook: https://bit...
Published ย  November 18, 2019
๐ŸŒ
Codefinity
codefinity.com โ€บ blog โ€บ How-to-use-Spring-with-the-IntelliJ-Community-Edition
How to use Spring with the IntelliJ Community Edition
IntelliJ Community Edition, you need to manually add the Spring Boot dependencies to the project and configure the launch setup.
๐ŸŒ
Frankel
blog.frankel.ch โ€บ spring-boot-integration-intellij-idea
Spring Boot integration in IntelliJ IDEA
August 5, 2018 - However, the dedicated Spring Boot configuration allows specific options: ... To create such a configuration, go to Run Edit Configurationsโ€ฆโ€‹. Then, on the right top corner, click on the + button.
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ springboot โ€บ how-to-create-a-spring-boot-project-with-intellij-idea
How to Create a Spring Boot Project with IntelliJ IDEA? - GeeksforGeeks
March 19, 2026 - Creating a Spring Boot project in IntelliJ is quick and efficient using tools like Spring Initializr. It helps developers set up projects with minimal configuration. Easily create projects using Spring Initializr integration ... Spring Boot Version: Choose the latest stable version. Project Metadata: Group (e.g., com.example), Artifact (e.g., demo), Name, and Package Name. Dependencies: Add ...
๐ŸŒ
JetBrains
jetbrains.com โ€บ guide โ€บ java โ€บ tutorials โ€บ your-first-spring-application โ€บ creating-spring-boot-application
Creating your Spring Boot Project - JetBrains Guide
February 17, 2023 - This tutorial is based off Building an Application with Spring Boot. If you're in an IntelliJ IDEA project already, select File | Project. Alternatively click New Project on the Welcome screen.
๐ŸŒ
Medium
medium.com โ€บ @AlexanderObregon โ€บ intellij-idea-and-spring-boot-integration-a-complete-guide-aa90ab6e1a83
Integrating IntelliJ IDEA with Spring Boot | Medium
April 25, 2024 - Learn how to integrate IntelliJ IDEA with Spring Boot to create, run, and debug a production-ready application with ease. Step-by-step guide.