我有以下文件夹结构.我添加了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)