jeecgboot3.4.2版本发布

This commit is contained in:
zhangdaiscott
2022-09-22 15:51:20 +08:00
parent 8dc91c33e5
commit 0ee38b7f4a
92 changed files with 1503 additions and 186 deletions

View File

@ -18,6 +18,7 @@ import java.nio.charset.StandardCharsets;
* <p>
* 解决JAR发布需要手工配置代码生成器模板问题
* http://doc.jeecg.com/2043922
* @author zhang
*/
@Slf4j
@Component
@ -58,7 +59,7 @@ public class CodeTemplateInitListener implements ApplicationListener<Application
continue;
}
if (!FileUtil.exist(createFilePath)) {
log.debug("create file codeTemplate = " + createFilePath);
log.info("create file codeTemplate = " + createFilePath);
FileUtil.writeString(IOUtils.toString(url, StandardCharsets.UTF_8), createFilePath, "UTF-8");
}
}