springboot freemark linux 找不到ftl文件


文件路徑:

 

 

再idea中這樣寫是可以正常導出文件,但是 打成jar放到linux上就找不到文件了。

String templatePath =WordUtils.class.getResource("/").getPath()+ "/ftl";
cfg.setDirectoryForTemplateLoading(new File(templatePath));

修改為:

    cfg.setTemplateLoader(new ClassTemplateLoader(
            new WordUtils().getClass().getClassLoader(),  "/ftl"));

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM