How do I create a Spring Boot microservices project in IntelliJ?
Create a new Spring Boot project
From the main menu, select File | New | Project.
In the left pane of the New Project wizard, select Spring Initializr.
Specify a name for the project: spring-boot-tutorial . ...
Select the Spring Web dependency under Web.
https://www.jetbrains.com/help/idea/your-first-spring-application.html#add-greeting-method