我使用下面的行春季-servlet.xml中的代碼在我的春天MVC項目訪問靜態內容的一個水平靜態資源:Spring MVC的訪問不工作的層次
<mvc:resources mapping="/res/**" location="/res/">
它工作正常的層次級別期待其標記爲黃色,並拋出404錯誤一層:
鏈接的正常工作:
條http://{host:port}/res/jquery.1.8.js
捷徑其示出了404錯誤:
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
大二有一些問題與有關類型層次的..
提前很多感謝:)
你使用哪種彈簧mvc版本? – 2013-04-30 09:27:16