解决方案:
启动类上加@EnableAutoConfiguration(exclude = { FreeMarkerAutoConfiguration.class })
或者在配置文件添加spring.freemarker.check-template-location=false
        

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2022-12-23
  • 2021-07-20
猜你喜欢
  • 2022-01-19
  • 2022-03-01
  • 2022-12-23
  • 2022-01-23
  • 2021-09-20
  • 2021-09-29
  • 2022-01-17
相关资源
相似解决方案