在运行springboot+thymeleaf项目时报错
template might not exist or might not be accessible by any of the configured Template Resolvers
此时项目也许可以正常跳转页面,但控制台会报错
如果你对thymeleaf模板进行了配置,你可以检查以下,你新建的文件是否符合配置。
如果使用默认配置,如下:
public static final String DEFAULT_PREFIX = "classpath:/templates/";
public static final String DEFAULT_SUFFIX = ".html";
查看文件位置,后缀是否正确
然后看跳转路径