請(qǐng)教一個(gè)thymeleaf的問(wèn)題 報(bào)錯(cuò)org.thymeleaf.exceptions.TemplateInputException: Error resolving template "thymeleaf/index"
自己開(kāi)發(fā)的時(shí)候,遇到這個(gè)問(wèn)題。當(dāng)我請(qǐng)求controller的時(shí)候最后跳轉(zhuǎn)頁(yè)面失敗。
控制臺(tái)輸出這堆
org.thymeleaf.exceptions.TemplateInputException: Error resolving template "thymeleaf/index", template might not exist or might not be accessible by any of the configured Template Resolvers
application.property里面的配置
項(xiàng)目resource結(jié)構(gòu)
網(wǎng)上查的說(shuō)是路徑問(wèn)題,我試了改路徑很多遍都沒(méi)成功。求解決方案
2018-12-17
求解決
2018-04-02
你現(xiàn)在有沒(méi)有解決我也是這個(gè)問(wèn)題