|
@@ -51,7 +51,7 @@ public class FreemarkerTemplateEngine extends AbstractTemplateEngine {
|
|
|
try (FileOutputStream fileOutputStream = new FileOutputStream(outputFile)) {
|
|
|
template.process(objectMap, new OutputStreamWriter(fileOutputStream, ConstVal.UTF8));
|
|
|
}
|
|
|
- LOGGER.debug("模板:" + templatePath + "; 文件:" + outputFile);
|
|
|
+ LOGGER.debug("模板:{}; 文件:{}", templatePath, outputFile);
|
|
|
}
|
|
|
|
|
|
|