請教一個thymeleaf的問題 報錯org.thymeleaf.exceptions.TemplateInputException: Error resolving template "thymeleaf/index"
自己開發的時候,遇到這個問題。當我請求controller的時候最后跳轉頁面失敗。
控制臺輸出這堆
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里面的配置
項目resource結構
網上查的說是路徑問題,我試了改路徑很多遍都沒成功。求解決方案
2018-12-17
求解決
2018-04-02
你現在有沒有解決我也是這個問題