thymeleaf模板引擎

Posted alanchenjh

tags:

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

Springboot需要使用thymeleaf模板引擎来编写前端页面,代替了SSM中的JSP

controller的return页面的路径,默认为resources下的template

技术图片

 

查看thymeleaf的配置文件,在template下默认使用.html页面

技术图片

 

 

thymeleaf的语法:

在html中导入thymeleaf的命名空间

xmlns:th="http://www.thymeleaf.org"

 

获取后端数据并展示

 技术图片

 

遍历取值 

技术图片

 

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

Spring MVC 3.2 Thymeleaf Ajax 片段

认识模板引擎-Thymeleaf

认识模板引擎-Thymeleaf

认识模板引擎-Thymeleaf

认识模板引擎-Thymeleaf

❤️SpringBoot模板引擎❤️——Thymeleaf