springboot整合视图层Thymeleaf、freemarker

springboot整合视图层以thymeleaf和freemarker为例

 

1、整合Thymeleaf

主要配置application.properties

#是否开启缓存,默认为true
spring.thymeleaf.cache=true
#检查模板是否存在,默认为true
spring.thymeleaf.check-template=true
#检查模板位置是否存在,默认为true
spring.thymeleaf.check-template-location=true
#模板编码
spring.thymeleaf.encoding=UTF-8
#模板文件位置
spring.thymeleaf.prefix=classpath:/templates/
#content-typ
spring.thymeleaf.servlet.content-type=text/html
#模板后缀
spring.thymeleaf.suffix=.html

spring.thymeleaf.mode=LEGACYHTML5

 2、整合freemarker

主要配置文件application.properties

spring.freemarker.allow-request-override=false
#检查模板是否存在,默认为true
spring.freemarker.allow-session-override=false
spring.freemarker.cache=false
#模板编码
spring.freemarker.charset=UTF-8
#模板文件位置
spring.freemarker.template-loader-path=classpath:/templates/
#content-typ
spring.freemarker.content-type=text/html
#模板后缀
spring.freemarker.suffix=.ftl

 具体代码在github:https://github.com/FadeHub/spring-boot-learn

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

境里婆娑

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值