thymeleaf的使用

Posted Legolas

tags:

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

<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Test</title>
</head>
<body>
<div>
<span th:text="${method}">haha</span>
<dl>
<dd th:text="${method}">Red Chair</dd>
</dl>
</div>

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

springboot:thymeleaf使用详解

SpringBoot之thymeleaf的使用

thymeleaf使用小记

Thymeleaf模板引擎的使用

springboot 中使用thymeleaf

thymeleaf在项目中的使用