我用这个教程来学习freemarker,但它似乎被弃用了。我补充道
Configuration cfg = new Configuration(Configuration.VERSION_2_3_30);
对于配置对象,但我得到以下异常: freemarker.template.TemplateNotFoundException: Don't know where to load template "C:\\test\\helloworld.ftl" from because the "template_loader" FreeMarker setting wasn't set (Configuration.setTemplateLoader), so it's null
如何在本教程示例中正确设置templateloader?
1条答案
按热度按时间vs91vp4v1#
同样的事情也发生在我身上,但我在互联网上发现了这个,我们必须在“资源”中加载我们使用的文件夹
我在这个网站上看到:https://www.concretepage.com/freemarker/freemarker-configuration-with-classtemplateloader-example