You can install a plugin called Spring Assistant: Now you can use the initializer as: Personally, however, I use Spring initializer at start.spring.io

EDIT: Adding run configuration
Select Edit Configuration from the Run menu Now in the dialog box, lick on the + button and select Application. Now you just need to provide the name of the main class. You could click on the browse button(...) to get a list of files having main(...).

Answer from Prashant on Stack Overflow
🌐
JetBrains
jetbrains.com › help › idea › spring-boot.html
Spring Boot | IntelliJ IDEA Documentation
1 month ago - You can configure the IDE to use Gradle instead of IntelliJ IDEA to run Spring Boot applications. Go to the Advanced Settings settings page Ctrl+Alt+S. Under Frameworks. Spring Boot select Run using Gradle.
Discussions

Is IntelliJ community edition good for working with Spring Boot?
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full - best also formatted as code block You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://imgur.com/a/fgoFFis ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/learnjava
21
31
March 13, 2022
How to run a spring boot code for the first time
You may need to open the module settings to make sure the Java SDK and versions are set right. Make sure it is imported as a maven project- IntelliJ should automatically mark src/main/Java, src/test/java, etc as code and resources root but it doesn’t look like it is in your case. You can right click on folders in the project view and choose mark folder as > choose the appropriate option. More on reddit.com
🌐 r/SpringBoot
22
8
August 9, 2022
Is Intellij IDEA Community OK for learning Spring development?
It seems that you are looking for resources for learning Java. In our sidebar ("About" on mobile), we have a section "Free Tutorials" where we list the most commonly recommended courses. To make it easier for you, the recommendations are posted right here: MOOC Java Programming from the University of Helsinki Java for Complete Beginners accompanying site CaveOfProgramming Derek Banas' Java Playlist accompanying site NewThinkTank Hyperskill is a fairly new resource from Jetbrains (the maker of IntelliJ) Also, don't forget to look at: The official Documentation The official Java Tutorials Our community resources thread If you are looking for learning resources for Data Structures and Algorithms, look into: "Algorithms" by Robert Sedgewick and Kevin Wayne - Princeton University Coursera course: Part I Part II Coursebook Algorithms 4th Edition Your post remains visible. There is nothing you need to do. I am a bot and this message was triggered by keywords like "learn", "learning", "course" in the title of your post. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/learnjava
30
45
February 1, 2022
Can't open spring project properly in IntelliJ
Please share a screenshot of the entire IntelliJ window. Make sure the project view is open and we can see the files on the top level folder. Also make sure the Maven tool window is open (right hand side) If there is no such tool window, make sure the Maven plugin is enabled in the settings. More on reddit.com
🌐 r/IntelliJIDEA
26
9
June 20, 2020
🌐
JetBrains
jetbrains.com › help › idea › run-debug-configuration-spring-boot.html
Spring Boot run configuration | IntelliJ IDEA Documentation
1 month ago - The IDE creates a Spring Boot run configuration when you run the application from the main class file. For more information, refer to Run a Spring Boot application. In the main menu, go to Run | Edit Configurations….
🌐
Codefinity
codefinity.com › blog › How-to-use-Spring-with-the-IntelliJ-Community-Edition
How to use Spring with the IntelliJ Community Edition
Learn how to set up Spring in IntelliJ IDEA Community Edition: create a Maven project, add Spring dependencies in pom.xml, run the application, and configure the database using the Database Navigator plugin.
🌐
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 - Recently, I stuck to using a Hardened ... and I had to run Spring Boot Application for testing and debugging. Although the IntelliJ IDEA Ultimate version offers First class support to Spring Applications this is not the case with the Community Edition so let’s see how we can integrate ...
🌐
JetBrains
jetbrains.com › help › idea › your-first-spring-application.html
Tutorial: Create your first Spring application | IntelliJ IDEA Documentation
March 9, 2026 - In the Run widget in the main toolbar, select SpringBootTutorialApplication and click Run or press Shift+F10. You can also use the Run icon in the gutter next to the class declaration or the main() method declaration.
🌐
Untitled Publication
anupam1511.hashnode.dev › initialising-first-spring-boot-application-using-intellij-community-edition
Initialising first Spring Boot Application using IntelliJ Community Edition
December 8, 2023 - You can run the Application by running the FirstApplication class or by maven command from the root directory mvn spring-boot:run.
Find elsewhere
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 6018317773074-Intellij-idea-community-edition-with-Spring-boot
Intellij idea community edition with Spring boot? – IDEs Support (IntelliJ Platform) | JetBrains
June 10, 2022 - Is there a recent change in list of Spring features supported in community vs ultimate edition ? ... Spring Boot apps can run as normal Java Application or via Gradle/Maven which is supported in all IDE versions.
🌐
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.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 360003254100-IntelliJ-Community-Edition-and-Spring-Boot
IntelliJ Community Edition and Spring Boot??? – IDEs Support (IntelliJ Platform) | JetBrains
February 26, 2019 - IntelliJ IDEA Community doesn't ... Boot applications, but many features will not work and you will have to deploy/run your code using Maven or Gradle....
🌐
GeeksforGeeks
geeksforgeeks.org › java › how-to-run-your-first-spring-boot-application-in-intellij-idea
How to Run Your First Spring Boot Application in IntelliJ IDEA? - GeeksforGeeks
July 23, 2025 - Prerequisite: Download and Install IntelliJ IDEA in your system. Please refer to this article Step by Step guide to install Intellij Idea to Install IntelliJ IDEA in Your System. Create and Setup Spring Boot Project in IntelliJ IDEA
🌐
Bootify
bootify.io › learn › next steps › working with intellij
Working with your Spring Boot application in IntelliJ | Bootify.io
July 5, 2024 - The build tasks are listed in the Gradle or Maven section in IntelliJ - we could start the application with bootRun (Gradle) or spring-boot:run (Maven). We can also start our application with our own RunConfiguration. For this purpose we create a new configuration of the type "Application" ...
🌐
Reddit
reddit.com › r/learnjava › is intellij community edition good for working with spring boot?
r/learnjava on Reddit: Is IntelliJ community edition good for working with Spring Boot?
March 13, 2022 -

Hello all, I'm looking to start learning Spring Boot, but I'm wondering what the best IDE to use for it would be. I currently use IntelliJ community edition but as I understand it, in order to unlock the features designed for working with Spring you have to upgrade to the paid version. Would IntelliJ community edition still be acceptable for working with Spring, or should I switch to a different IDE (I've heard that Eclipse has some nice features for Spring Boot)?

Thanks!

🌐
DEV Community
dev.to › fullstackhacker › create-a-project-spring-boot-trong-intellij-community-edition-46hh
Create a project Spring Boot in Intellij Community Edition - DEV Community
July 19, 2022 - Spring configuration processor: Generate metadata for developers to offer contextual help and "code completion" when working with custom configuration keys (ex.application.properties/.yml files). Click Create to generate project. When display ...
🌐
Developer Soapbox
developersoapbox.com › using-spring-boot-with-intellij-community-edition
Using Spring Boot with IntelliJ Community Edition
December 2, 2019 - Below are the steps. Go to http://start.spring.io/ and create the Spring Boot project with the desired dependencies. Click on Generate Project to generate a zip project file. Extract the generated zip file. In IntelliJ, go to File -> Open and select the unzipped project.
🌐
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.
🌐
Better Programming
betterprogramming.pub › build-your-first-spring-boot-project-with-intellij-free-community-addition-44dc950601ef
Build Your First Spring Boot Project With IntelliJ Free Community Edition | by Moleseng Mokgosi | Better Programming
September 21, 2022 - The project should now be open on your IntelliJ IDE. Navigate to my-first-springboot-app > src > main > java > com > javaguides > springboot > SpringBootFirstApplication. There, you will find the main method.
🌐
Foojay
foojay.io › home › creating a simple spring boot application in intellij idea
Creating a Simple Spring Boot Application in IntelliJ IDEA | foojay
September 4, 2021 - Let's use the New Project Wizard in IntelliJ IDEA to create a Spring Boot project with the Spring Web dependency!
🌐
TutorialsPoint
tutorialspoint.com › how-to-run-your-first-spring-boot-application-in-intellij
How to Run Your First Spring Boot Application in IntelliJ?
October 20, 2023 - Create or import the Spring boot project in IntelliJ IDEA and add a dependency. Add controller method and controller class. Spring boot projects can be created using two approaches · With the help of spring initializr.
🌐
w3tutorials
w3tutorials.net › blog › spring-boot-project-in-intellij-community-edition
How to Create a Spring Boot Project in IntelliJ Community Edition: Step-by-Step Guide for Beginners (No Ultimate Required) — w3tutorials.net
You’ve created and run your first Spring Boot project using IntelliJ Community Edition—no Ultimate required. You now know how to: Generate a Spring Boot project with Spring Initializr. Import the project into IntelliJ. Build a simple REST ...