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
Showing
Please register or sign in to comment