spring-boot-thymeleaf-fragments icon indicating copy to clipboard operation
spring-boot-thymeleaf-fragments copied to clipboard

Demo project for partial template updates with Thymeleaf

Demo project for partial template updates with Thymeleaf

Build Status

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 and start

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.