小编Ser*_*Can的帖子

Spring中找不到的图片 - 找不到资源文件夹

我有以下文件夹结构.我添加了mvc注释和资源路径但是当我尝试调用home.jsp类似的资源时<img src= "/resources/images/spitter_avatar.png" />,它找不到任何东西.

文件夹结构:

在此输入图像描述

这是我的servlet-config.xml文件中的资源代码:

<mvc:annotation-driven/>
<mvc:resources mapping="/resources/**" location="/resources/" />
Run Code Online (Sandbox Code Playgroud)

directory resources spring jsp spring-mvc

1
推荐指数
1
解决办法
2598
查看次数

标签 统计

directory ×1

jsp ×1

resources ×1

spring ×1

spring-mvc ×1