This project exists just as a template for me to use for other projects.
mvn spring-boot:run
-
Import the project. Step through the defaults using the import wizard.
-
From the navigation menu, choose Run -> Edit Configurations
-
Click the plus sign and select Maven. For the name, enter SpringBoot. For the command line, enter spring-boot:run. Click OK.
-
From the Run menu, select Run 'SpringBoot'
-
Install Springsource Tool Suite
-
Import the Eclipse project.
-
Right-click on the project and choose Configure -> Convert to Maven Project
-
Right-click on the project and choose Run As -> Spring Boot App.
You should be able to go to the home page, which would be. http://localhost:8080/index.html