An open API service indexing awesome lists of open source software.

https://github.com/jashaj/spring-boot-thymeleaf-fragments

Demo project for partial template updates with Thymeleaf
https://github.com/jashaj/spring-boot-thymeleaf-fragments

demo spring-boot thymeleaf

Last synced: 19 days ago
JSON representation

Demo project for partial template updates with Thymeleaf

Awesome Lists containing this project

README

        

# Demo project for partial template updates with Thymeleaf

[![Build Status](https://github.com/jashaj/spring-boot-thymeleaf-fragments/workflows/Java%20CI/badge.svg)](https://github.com/jashaj/spring-boot-thymeleaf-fragments/actions)

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](https://getbootstrap.com/) 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](https://maven.apache.org)

Run the main method in class `eu.jasha.demo.sbtfragments.Application`.

Go to [http://localhost:8080](http://localhost:8080) in your browser.

Read [Building an Application with Spring Boot](https://spring.io/guides/gs/spring-boot/) for more detailed information about Spring Boot.