How do I run a Spring Boot project in IntelliJ?
Once you create SpringBoot application in IntelliJ using Spring Initializr, There are two ways to run the Spring Boot Application, which will be explained later:
*Making use of Project Explorer *By right-clicking on the demo application file, you can execute it immediately.
Learn here to create and execute SprintBoot Applicaton.