cfg.setDirectoryForTemplateLoading(new File(“src/main/resources/templates”)); 修改为 cfg.setClassForTemplateLoading(this.getClass(),"/templates"); 就能成功运行了
cfg.setDirectoryForTemplateLoading(new File(“src/main/resources/templates”)); 修改为 cfg.setClassForTemplateLoading(this.getClass(),"/templates"); 就能成功运行了