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
How do I activate a Spring Boot profile when running from IntelliJ? - Stack Overflow
Spring Boot seems had changed the way of reading the VM options as it evolves. Here's some way to try when you launch an application in Intellij and want to active some profile: Open "Edit configuration" in "Run", and in "VM options", add: -Dspring.profiles.active=local 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.
🌐
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.
🌐
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
🌐
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.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360007646760-Run-Debug-Configurations-list-of-templates-doesn-t-have-Spring-Boot
Run/Debug Configurations list of templates doesn't have Spring Boot – IDEs Support (IntelliJ Platform) | JetBrains
I was running my spring boot application with Spring Boot template on Run/Debug Configurations. I haven't changed anything and suddenly my configuration was marked as an "Unknown Configuration" w...
🌐
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 ...
🌐
Devxperiences
devxperiences.com › pzwp1 › 2022 › 05 › 15 › intellij-community-edition-working-with-spring-boot
IntelliJ IDEA (Community Edition) – working with Spring Boot – DevXperiences
May 15, 2022 - Go to IntelliJ Setting/Preferences, select the Plugins tab, on the left, and search for the Spring Intilializr and Assistant plugin in the Marketplace. [To see more about how to add IntelliJ plugins for Marketplace see official documentation here]. That’s it.
🌐
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.