【发布时间】:2020-05-23 04:03:39
【问题描述】:
我正在 SPRING-HIBERNATE 执行小项目。我已经给出了我的css文件的链接 list-customer.jsp:
<link type="text/css" rel="stylesheet"
href="${pageContext.request.contextPath}/resources/css/style.css"/>
这样我也给了
<mvc:resources location="/resources/" mapping="/resources/**"></mvc:resources>
在我的 sring-mvc-crud-demo.xml 文件中。 this is my project hierarchy
我不知道这个链接有什么问题,请帮助我。
【问题讨论】:
标签: hibernate spring-mvc netbeans-8