Is IntelliJ good for Spring Boot?
After you’ve created a SpringBoot application in IntelliJ using Spring Initializr, you can execute it in one of two methods, as discussed later:
Using Project Explorer to its full potential
You can run the demo application file right away by right-clicking on it.
Here is how to make and run a SprintBoot application.