springboot整合freemark,thymeleaf

Posted 小大白日志

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot整合freemark,thymeleaf相关的知识,希望对你有一定的参考价值。

先在pom文件引入freemark,thymeleaf的依赖,thymeleaf的html文件放在Resource-templates-thymeleaf目录下,freekmarker的ftl文件放在Resource-templates-freemarker目录下,再properties文件设置各自的相关配置,如下:
(freemark文件为ftl文件,thymeleaf为html文件,使用时在controller方法里直接返回要转跳的templates下的ftl/html页面(string) ,视图解释器会解析成对应的页面)
 

以上是关于springboot整合freemark,thymeleaf的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot整合Freemarker

springboot整合freemarker

springboot整合freemarker

springboot整合freemarker

《SpringBoot篇》24.SpringBoot整合Freemarker超详细教程

springboot整合freemark,thymeleaf