Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.49 KB

SpringMVC-Mustache


Build Status Maven Central

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

  • Full documentation can be found here
  • Javadoc can be found here

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.