thymeleaf

thymeleaf

 

 

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

  thymeleaf

 

 

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

  thymeleaf

 

 

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

  

上一篇:BeanUtils的使用


下一篇:【转载】利用 IDEA HTTP 请求文件访问 API 接口