在Spring MVC项目中找不到少量css和js文件的消息页面

时间:2014-02-14 11:34:07

标签: javascript css

我无法访问我的SPring MVC项目中的少量CSS和JS文件。以下是jsp页面中的代码。

<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet"  type="text/css" href="/css/demopage.css" />
<link rel="stylesheet"  type="text/css" href="/css/demo_table.css" />
<link rel="stylesheet"  type="text/css" href="/css/demo_table_jui.css" />
<link rel="stylesheet"  type="text/css" href="/css/jquery-ui-1.8.24.custom.css" />
<script src="/javascript/jquery.js" type="text/javascript"></script>
<script src="/javascript/jquery_dataTables.js" type="text/javascript"></script>

它能够访问style.css和jquery.js文件,其中找不到其他文件,但它们只与这些文件一起保存。

1 个答案:

答案 0 :(得分:0)

重新检查你的路径。如果它是动态的,你可能需要Spring MVC特定链接。