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:
@@ -0,0 +1 @@
|
||||
Message: ${greeting}
|
||||
Reference in New Issue
Block a user