1. 程式人生 > >Error resolving template "index", template might not exist or might not be accessible b

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

出現這種問題的排查思路: 1 檢查是否路徑出現錯誤 //正確寫法 @RequestMapping({"/","index.html"}) public String index(){ return "index"; }

2 檢查thymeleaf的版本,一般出錯都是這個問題
 不同的spring-boot對應不同的thym