thymeleaf的配置

Posted 健身小白

tags:

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

thymeleaf的配置
1、在springboto项目中使用thymeleaf标签,必须先添加依赖,如下。

org.springframework.boot
spring-boot-starter-thymeleaf

2、在application.properties中配置一些常用的thymeleaf,如下。

spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.check-template-location=true spring.thymeleaf.suffix=.html spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.content-type=text/html spring.thymeleaf.mode=HTML5 spring.thymeleaf.cache=false

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

Thymeleaf配置basePath

Thymeleaf配置basePath

SpringBoot + Thymeleaf + Security Dialect 怎么配置?

Thymeleaf模板基本配置

thymeleaf + springboot + springsecurity 项目配置

SpringBoot中Thymeleaf自定义配置项