📜  免费标记模板 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:18.737000             🧑  作者: Mango

代码示例1
freemarkerConfiguration = new Configuration(Configuration.VERSION_2_3_28);
freemarkerConfiguration.setClassForTemplateLoading(this.getClass(), "/");
Template freemarkerTemplate = freemarkerConfiguration.getTemplate("email/vendor.tpl");