【发布时间】:2015-07-18 08:00:59
【问题描述】:
我正在使用弹簧工具套件。我已将图像文件放在文件夹 WebContent/WEB-INF/resources 中
<img src="WebContent/WEB-INF/resources/team_pic1.jpg" alt="Mountain View" style="width:304px;height:228px;">
这是我的 servlet.xml 代码
<mvc:resources mapping="/resources/" location="/resources/" />
我收到错误
Failed to load resource: the server responded with a status of 404 (Not Found) at http://localhost:8080/SpringMVCTest/WebContent/WEB-INF/resources/team_pic1.jpg
这是我的目录结构
请告诉我哪里出错了
这是我通过浏览器运行时遇到的错误
【问题讨论】:
标签: spring spring-mvc