org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index.html], template mig

在学习SpringBoot的时候报错
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index.html], template might not exist or might not be accessible by any of the configured Template Resolvers

org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index.html], template mig_第1张图片
在中中英文切换的时候报错在这里插入图片描述
我的原因如下:
前端参数:在这里插入图片描述
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index.html], template mig_第2张图片
指定了/index.html跳转到login的界面,但是改完这个忘记删除跳转页面pageController了org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index.html], template mig_第3张图片
在这里插入图片描述
从报错信息可以看出模板无法解析index.html
将Controller层的跳转方法注释了即可

你可能感兴趣的:(org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index.html], template mig)