我无法访问我的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文件,其中找不到其他文件,但它们只与这些文件一起保存。
答案 0 :(得分:0)
重新检查你的路径。如果它是动态的,你可能需要Spring MVC特定链接。