我在 spring-servlet.xml 中使用以下代码行来访问我的 spring mvc 项目中的静态内容:
<mvc:resources mapping="/res/**" location="/res/">
它适用于层次结构级别,期望一个级别被标记为黄色并引发 404 错误:
工作正常的链接:显示 404 错误的链接:问题:
所以。关于层次结构类型存在一些问题。
非常感谢提前:)
http://{host:port}/res/jquery.1.8.js
http://{host:port}/res/css/test/test.css
http://{host:port}/res/css/test/test1/test1.css
http://{host:port}/res/img/test/test.png
http://{host:port}/res/css/main.css
http://{host:port}/res/img/icon.png
http://{host:port}/res/{folder}/{file}.extension