1.导包
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId></dependency>
2.语法
thymeleaf的使用
原文:https://www.cnblogs.com/mm163/p/10311103.html