我正在使用Bootstrap前端框架,虽然我在加载图标时遇到了一些麻烦。我已经实现了Spring安全性,我不确定这是否会影响它们不加载。我正在调用我的.css和.js文件:
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/style/bootstrap.css" />
<script src="${pageContext.request.contextPath}/static/js/jquery.js"></script>
这是我在Dispatcher servlet配置中的配置:
<mvc:resources location="/resources/" mapping="/static/**" />
这真的很烦人,请有人帮忙。谢谢
答案 0 :(得分:0)
在你的spring安全配置中,你是否已从安全区域中排除了包含css,js,images的资源目录?
<http use-expressions="true" security="none" pattern="/resources/**">
</http>
如果问题仅与twitter bootstrap图标有关,你是否在resources / img文件夹中包含了文件glyphicons-halflings.png glyphicons-halflingswhite.png?