liyupi/sql-father-backend-public

无法读取模板文件-"templates does not exist"

Opened this issue · 0 comments

image

正确解决方法:
cfg.setDirectoryForTemplateLoading(new File("src/main/resources/templates"));
修改为
cfg.setClasForTemplateLoading(this.getClass(),"templates");
建议新版本直接替换,可否?