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
在中中英文切换的时候报错
我的原因如下:
前端参数:
指定了/index.html跳转到login的界面,但是改完这个忘记删除跳转页面pageController了
从报错信息可以看出模板无法解析index.html
将Controller层的跳转方法注释了即可