1. 程式人生 > >WARN:Cannot find template location(s): [classpath:/templates/] (please add some templates, check you

WARN:Cannot find template location(s): [classpath:/templates/] (please add some templates, check you

WARN:Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)

找不到模板位置(s):[類路徑:/模板/](請新增一些模板,檢查你的FreeMarker配置,或一組spring.freemarker.checkTemplateLocation = false)

這個警告你可以選擇忽略,不會影響編譯,實在看不過去或者不想看到警告內容可以按下面操作。

解決方法:

在application.propertoes或yml配置檔案中新增,

       spring.freemarker.checkTemplateLocation=false 
       或
       spring: 
           freemarker:
               checkTemplateLocation: false 
就可以解決該警告