springboot整合freemarker

Posted 小虾米的java梦

tags:

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

前后端分离现在越来越多,如何有效的使用springboot来整合我们的页面是一个很重要的问题。

springboot整合freemarker有以下几个步骤,也总结下我所犯的错误:

1、加依赖:

2、配置文件修改:

3、在templates下面编写后缀为ftl的页面:

4、错误出现:404问题:

(1)检查是@RestController还是@Controller,如果要返回页面必须用@Controller

(2)这次问题出现的很粗心:(漏掉一个小点)

 

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

[SpringBoot系列]SpringBoot如何整合SSMP

springboot怎么整合activiti

SpringBoot完成SSM整合之SpringBoot整合junit

springboot整合jedis

SpringBoot 整合其他框架 -- SpringBoot整合Mybatis

SpringBoot 整合其他框架 -- SpringBoot整合Junit