一、导入依赖
<!-- 模板引擎thymeleaf-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
二、将页面前端文件导入
将html文件导入:src/main/resources/templates中,SpringBoot访问项目时,默认会找到该路径下的index.htm。