去除无效的代码

This commit is contained in:
Chopper
2021-06-17 10:41:53 +08:00
parent 0995a3b75f
commit bf023ccad5
9 changed files with 1 additions and 1423 deletions

View File

@@ -101,7 +101,7 @@ public class CodeGenerator {
*/
public static void main(String[] args) throws IOException {
// 模板路径
ClasspathResourceLoader resourceLoader = new ClasspathResourceLoader("/templates/java/");
ClasspathResourceLoader resourceLoader = new ClasspathResourceLoader("/templates/");
Configuration cfg = Configuration.defaultConfiguration();
GroupTemplate gt = new GroupTemplate(resourceLoader, cfg);
// 生成代码