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
- Host: GitHub
- URL: https://github.com/jashaj/spring-boot-thymeleaf-fragments
- Owner: jashaj
- License: apache-2.0
- Created: 2016-04-16T14:49:04.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T17:42:38.000Z (2 months ago)
- Last Synced: 2025-05-17T14:13:34.961Z (about 1 month ago)
- Topics: demo, spring-boot, thymeleaf
- Language: Java
- Size: 323 KB
- Stars: 38
- Watchers: 4
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Demo project for partial template updates with Thymeleaf
[](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.