其他分享
首页 > 其他分享> > thymeleaf

thymeleaf

作者:互联网

 

 

		<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>2.1.4</version>
</dependency>

  

 

 

<!DOCTYPE html>
<html xmlns:th="http://www/thymeleaf.org">

  

 

 

<td th:text="${message}">Red Chair</td>

  

标签:org,thymeleaf,Red,Chair,2.1
来源: https://www.cnblogs.com/aluoluo/p/15898274.html