thymeleaf的使用

1.导包

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

2.语法


原文地址:https://www.cnblogs.com/mm163/p/10311103.html