How to import/open Spring Boot sample in IDE

The spring boot demos do not include specific IDE settings, as they are independent of the IDE.

Spring boot uses maven as build tool, so you can import the project as existing maven project.

Comments