修复beetl.properties配置冲突问题#I1PZNN
This commit is contained in:
parent
2eb605b886
commit
2dca54650a
|
@ -51,6 +51,7 @@ public class BeetlTemplateUtil {
|
|||
try {
|
||||
ClasspathResourceLoader resourceLoader = new ClasspathResourceLoader("/template/");
|
||||
Configuration cfg = Configuration.defaultConfiguration();
|
||||
cfg.add("/smart-doc-beetl.properties");
|
||||
GroupTemplate gt = new GroupTemplate(resourceLoader, cfg);
|
||||
return gt.getTemplate(templateName);
|
||||
} catch (IOException e) {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
DELIMITER_STATEMENT_START2=<!--#
|
||||
DELIMITER_STATEMENT_END2=-->
|
Loading…
Reference in New Issue