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
- Host: GitHub
- URL: https://github.com/bitplan/com.bitplan.rest.freemarker
- Owner: BITPlan
- License: apache-2.0
- Created: 2015-01-20T13:35:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T08:09:16.000Z (over 5 years ago)
- Last Synced: 2025-02-26T13:47:47.979Z (over 1 year ago)
- Topics: freemarker
- Language: Java
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### com.bitplan.rest.freemarker
[Freemarker (http://freemarker.org/) support for BITPlan RESTful applications](http://www.bitplan.com/Freemarker)
[](https://travis-ci.org/BITPlan/com.bitplan.rest.freemarker)
[](https://search.maven.org/artifact/com.bitplan/com.bitplan.rest.freemarker/0.0.2/jar)
[](https://github.com/BITPlan/com.bitplan.rest.freemarker/issues)
[](https://github.com/BITPlan/com.bitplan.rest.freemarker/issues/?q=is%3Aissue+is%3Aclosed)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](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