From 5759eb9cd5aae4b13fe371873f97943c745c24f9 Mon Sep 17 00:00:00 2001 From: ILyaCyclone Date: Thu, 23 Apr 2020 02:02:53 +0300 Subject: [PATCH] add Freemarker template engine Apache Feeemarker is actual (supported by Spring Boot out of the box) and alive (latest update is 2020-03-05) template engine. Description is taken from first sentence on official site: https://freemarker.apache.org --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 505266f..d9f93c2 100644 --- a/README.md +++ b/README.md @@ -933,6 +933,7 @@ _Servers specifically used to deploy applications._ _Tools that substitute expressions in a template._ +- [Freemarker](https://freemarker.apache.org) - Library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data. - [Handlebars.java](https://jknack.github.io/handlebars.java/) - Logicless and semantic Mustache templates. - [Jade4J](https://github.com/neuland/jade4j) - Implementation of Pug (formerly known as Jade). - [Jtwig](http://jtwig.org) - Modular, configurable and fully tested template engine.