原文:org.thymeleaf.exceptions.TemplateInputException: Error resolving template "/ template might not exist or might not be accessible by any of the configured

異常現象:在本地打包部署完全沒有問題,資源文件也都可以映射上,但是打包成jar包部署到服務器上時,就一直報異常,異常信息如下: 嚴重:Servlet.service forservlet dispatcherServlet incontextwithpath threwexception Requestprocessingfailed nestedexceptionisorg.thymeleaf. ...

2018-04-20 14:21 0 5692 推薦指數:

查看詳情

template might not exist or might not be accessible by any of the configured

報這個錯的前提是在springboot的項目中使用了thymeleaf模版或freemarker模版。 然后原因一般有二: 1.真的沒有這個模版文件,或是模版文件路徑不正確。 2.在非模版頁面的請求中沒有使用@RestController或@ResponseBody注解,或是反過來,在模版 ...

Sat May 09 14:55:00 CST 2020 0 14854
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM