Error resolving template "index", template might not exist or might not be accessible b

出现这种问题的排查思路: 1 检查是否路径出现错误 //正确写法 @RequestMapping({"/","index.html"}) public String index(){ return "index"; }html

2 检查thymeleaf的版本,通常出错都是这个问题
 不一样的spring-boot对应不一样的thymeleaf版本
相关文章
相关标签/搜索