pom.xml
<!-- 引入thymeleaf模板引擎-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>html
<html lang="en" xmlns:th=“http://www.thymeleaf.org”>