Basic Spring Boot web application serving static content.
See here for more informations: http://blog.netgloo.com/2014/05/18/very-basic-web-application-with-spring-mvc-spring-boot-and-eclipse-sts/
- Java 8
- Maven 3.0+
Go on the project's root folder, then type:
$ mvn spring-boot:run
Import as Existing Maven Project and run it as Spring Boot App.
- Launch the application and go on http://localhost:8080/
- You can see the content from the static page
hello.html