我有.JSP頁面樣式設置爲:Spring MVC的資源路徑
<link rel="stylesheet" type="text/css" href="resources/styles/main.css" />
它的工作原理很好的鏈接:
- 本地主機/ webapp的
- 本地主機/ Web應用程序/ dir
但是當我嘗試「localhost/webapp/dir/0「我得到一個404錯誤代碼。
的servlet-context.xml的:
<mvc:resources mapping="/resources/**" location="/resources/" />