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

https://github.com/bitplan/com.bitplan.rest.freemarker

Freemarker Template Utility
https://github.com/bitplan/com.bitplan.rest.freemarker

freemarker

Last synced: about 1 year ago
JSON representation

Freemarker Template Utility

Awesome Lists containing this project

README

          

### com.bitplan.rest.freemarker
[Freemarker (http://freemarker.org/) support for BITPlan RESTful applications](http://www.bitplan.com/Freemarker)

[![Travis (.org)](https://img.shields.io/travis/BITPlan/com.bitplan.rest.freemarker.svg)](https://travis-ci.org/BITPlan/com.bitplan.rest.freemarker)
[![Maven Central](https://img.shields.io/maven-central/v/com.bitplan/com.bitplan.rest.freemarker.svg)](https://search.maven.org/artifact/com.bitplan/com.bitplan.rest.freemarker/0.0.2/jar)
[![GitHub issues](https://img.shields.io/github/issues/BITPlan/com.bitplan.rest.freemarker.svg)](https://github.com/BITPlan/com.bitplan.rest.freemarker/issues)
[![GitHub issues](https://img.shields.io/github/issues-closed/BITPlan/com.bitplan.rest.freemarker.svg)](https://github.com/BITPlan/com.bitplan.rest.freemarker/issues/?q=is%3Aissue+is%3Aclosed)
[![GitHub](https://img.shields.io/github/license/BITPlan/com.bitplan.rest.freemarker.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![BITPlan](http://wiki.bitplan.com/images/wiki/thumb/3/38/BITPlanLogoFontLessTransparent.png/198px-BITPlanLogoFontLessTransparent.png)](http://www.bitplan.com)

### Documentation
* [Wiki](http://www.bitplan.com/Freemarker)
* [com.bitplan.rest.freemarker Project pages](https://BITPlan.github.io/com.bitplan.rest.freemarker)
* [Javadoc](https://BITPlan.github.io/com.bitplan.rest.freemarker/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/com.bitplan.rest.freemarker/surefire-report.html)
### Maven dependency

Maven dependency
```xml

com.bitplan
com.bitplan.rest.freemarker
0.0.2

```

[Current release at repo1.maven.org](http://repo1.maven.org/maven2/com/bitplan/com.bitplan.rest.freemarker/0.0.2/)

### How to build
```
git clone https://github.com/BITPlan/com.bitplan.rest.freemarker
cd com.bitplan.rest.freemarker
mvn install
```
### Motivation
This is Freemarker Template Configuration Utility - allows to mix templates in classpath and from filepaths - sets some predefinitions and has a processTemplate function that simplifies the call of freemarker
## Version history
* 0.0.1: 2015-01-20 First release via GitHub / Maven central
* 0.0.2: 2018-08-23 Upgrades to Java 8 and user com.bitplan.pom parent
* 0.0.3: 2019-02-26 Sticks to Java 8 and fixes hamcrest dependency