This is a Spring Boot application to demonstrate how you can reuse parts of a template to get a more dynamic user experience.
It uses Bootstrap for the UI.
This project is not and will not be a production ready web application.
Build the project with Apache Maven
Run the main method in class eu.jasha.demo.sbtfragments.Application
.
Go to http://localhost:8080 in your browser.
Read Building an Application with Spring Boot for more detailed information about Spring Boot.