d during template parsing (template: “ServletContext resource [/WEB-INF/templates/index.html]

```go
An error happened during template parsing (template: "class path resource [templates/index.html]")
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/index.html]")
    at org.thym

SpringMVC控制层404接口找不到网站

配置文件没错
路径没错
文件都能找到
后面排错发现是我导入了新的源码没有重新打包。
在这里插入图片描述
重新打包就能找到网站了。