场景
springboot不建议使用jsp,使用模板引擎,比如thymeleaf,velocity,freemarker。
实现
首先在项目中引入freemarker相关依赖。
springboot会默认在resource下的templates下去寻找模板。
新建show.ftl
在Controller包下新建TestFreeMarker .java
运行代码后效果
如果要想配置freemarker的一些其他配置,在application.properties中添加
霸道流氓 博主文章分类:SpringBoot ©著作权
springboot不建议使用jsp,使用模板引擎,比如thymeleaf,velocity,freemarker。
首先在项目中引入freemarker相关依赖。
springboot会默认在resource下的templates下去寻找模板。
新建show.ftl
在Controller包下新建TestFreeMarker .java
运行代码后效果
如果要想配置freemarker的一些其他配置,在application.properties中添加
MyBatis-Plus整合SpringBoot及使用
SpringBoot整合RabbitMQ使用邮件异步发送
本文介绍下SpringBoot整合Freemarker的过程,具体的Freemarker的介绍参考如下:
主要内容:1. SpringBoot整合FreeMarker的过程,包括配置和添加依赖
基本步骤添加pom依赖在application.yml中添加相关配置创建freemarker模板创建控制层测试访问添加pom依赖<!-- springboot整合freem
FreeMarker是什么?一款模板引擎。即一种基于模板和要改变的数据, 并用来生成输出文本(HTML网页,
这个暂时没有遇到坑,直接上码实战。【1】pom文件添加freemarker依赖如下:<!--整合freemarker--><dependency> <groupId
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M