出现这个error,
- 检查html页面是否引用模板
<html xmlns:th="http://www.thymeleaf.org">
- 检查目录下模板文件是否存在
src/main/resources/templates[html存放路径(默认寻址路径]
- [我用的springmvc,所以在applocation文件里]
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html; charset=utf-8