Add support for FreeMarker in non-webapp

The existing freemarker support only works in a webapp. This
change adds a FreeMarker Configuration bean (in both web- and
non webapps) so it can be used to load a Template and render it
(e.g. with Spring's FreeMarkerTemplateUtils).

See gh-679
This commit is contained in:
Dave Syer
2014-05-01 11:46:27 +01:00
parent 3a6d4efe28
commit cb1b3481be
4 changed files with 121 additions and 3 deletions

View File

@@ -0,0 +1 @@
Message: ${greeting}