我的JSP页面正常工作,但它看起来没有CSS样式,有人有这样的问题吗?
我宣布mvc资源如:
<mvc:resources mapping="/resources/**" location="/resources/css/" />
在JSP页面中:
<head>
<title>Auctions site</title>
<link href="<c:url value="/resources/css/mystyle.css" />" rel="stylesheet">
</head>