解决办法一
yml或者Properties文件中配置
spring.freemarker.check-template-location=false
解决办法二
@SpringBootApplication 注释的类上加
@EnableAutoConfiguration(exclude = { FreeMarkerAutoConfiguration.class })
另:
度娘上有说是freemarker版本过低,date ,我是前后端分离的,压根没有配置freemarker。
解决办法一
yml或者Properties文件中配置
spring.freemarker.check-template-location=false
解决办法二
@SpringBootApplication 注释的类上加
@EnableAutoConfiguration(exclude = { FreeMarkerAutoConfiguration.class })
另:
度娘上有说是freemarker版本过低,date ,我是前后端分离的,压根没有配置freemarker。