SpringMVC-Mustache
Simple library that will allow you to use a mustache templates with your SpringMVC application.
Note: this library use jmustache, handlebars or mustache.java under the hood.
Documentation - Javadoc - Changelog
Documentation
Samples
If you clone the repository, you will find samples using:
- JMustache (Java Config & XML Config).
- Mustache.java (Java Config & XML Config).
- Handlebars (Java Config & XML Config).
- Spring boot with JMustache implementation.
These samples are really simple (render a really simple template with partial). Do not hesitate to submit your sample if you want.
## Licence
MIT License (MIT)
## Contributing
If you found a bug or you thing something is missing, feel free to contribute and submit an issue or a pull request.