首页 > 编程语言 > 详细

javax.servlet.ServletException: Could not resolve view with name 'xxx/xxx' in servlet with name 'dispatcherServlet'

时间:2020-08-10 21:36:10      阅读:176      评论:0      收藏:0      [点我收藏+]

今天在调试后台管理系统时遇到这个bug,上网搜了好久也没找到,结果我在application.properties中添加

spring.resources.static-locations=classpath:/templates/
就搞定了,原因是springboot默认static中放静态页面,
而templates中放动态页面,而我想直接访问templates中的文件,所以报错了,在配置中添加后,就能正常访问了。

javax.servlet.ServletException: Could not resolve view with name 'xxx/xxx' in servlet with name 'dispatcherServlet'

原文:https://www.cnblogs.com/GuJiu66/p/13471985.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!