出現這種問題的排查思路: 1 檢查是否路徑出現錯誤 //正確寫法 @RequestMapping({"/","index.html"}) public String index(){ return "index"; }html
2 檢查thymeleaf的版本,通常出錯都是這個問題 不一樣的spring-boot對應不一樣的thymeleaf版本