码迷,mamicode.com
首页 > 其他好文 > 详细

thymeleaf 无法正常解析页面(本地可以正常访问某个请求,并可以返回页面,但服务端访问出现找不到模板)

时间:2020-04-10 12:06:56      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:dispatch   process   模板   roo   failed   access   方案   RoCE   contex   

thymeleaf 无法正常解析页面(本地可以正常访问某个请求,并可以返回页面,但服务端访问出现找不到模板)

出错提示:

Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/admin/index], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause

解决方案:

之前的:

modelAndView.setViewName("/admin/index");

应该改成

modelAndView.setViewName("admin/index");

去掉/就可以正常路由了。

thymeleaf 无法正常解析页面(本地可以正常访问某个请求,并可以返回页面,但服务端访问出现找不到模板)

标签:dispatch   process   模板   roo   failed   access   方案   RoCE   contex   

原文地址:https://www.cnblogs.com/chenyameng/p/12672261.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!