您的位置:首页 > Web前端 > JavaScript

Thymeleaf如何兼容jsp

2016-07-25 12:54 417 查看
在时间过程中,发现在spring boot中,Thymeleaf并不支持jsp文件,只能找Html文件,一般表现为如下所示的错误:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Jul 25 12:51:41 CST 2016
There was an unexpected error (type=Internal Server Error, status=500).
Error resolving template "new.jsp", template might not exist or might not be accessible by any of the configured Template Resolvers


在eclipse中显示的错误是

org.thymeleaf.exceptions.TemplateInputException: Error resolving template "new.jsp", template might not exist or might not be accessible by any of the configured Template Resolvers


那么如何让Thymeleaf支持jsp呢?

探索ing~
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  thymeleaf