freemarker configure template

www.‮al‬utturi.com
freemarker configure template
freemarkerConfiguration = new Configuration(Configuration.VERSION_2_3_28);
freemarkerConfiguration.setClassForTemplateLoading(this.getClass(), "/");
Template freemarkerTemplate = freemarkerConfiguration.getTemplate("email/vendor.tpl");
Created Time:2017-09-06 10:46:08  Author:lautturi