gpt4 book ai didi

html - 无法在 JSP 中包含 CSS 文件

转载 作者:行者123 更新时间:2023-11-28 06:19:41 25 4
gpt4 key购买 nike

Here is the directory structure of my project .

我在 webapp 的资源文件夹中有 css 文件。我已经尝试通过这个映射 spring-servlet 中的资源

<mvc:resources mapping="/resources/**" location="/webapp/resources"  
cache-period="31556926"/>

但是没有用。我如何在 JSP 页面中包含此 CSS

将css与此链接

    <link href="<c:url value="/resources/css/main.css" />" rel="stylesheet">

最佳答案

来自 src/main/webapp 的文件位于你的 war 的根目录中,因此你不能有 /webapp你的资源位置:

<mvc:resources mapping="/resources/**" location="resources/"  cache-period="31556926"/>

顺便说一句:在您的位置末尾添加一个斜杠!

关于html - 无法在 JSP 中包含 CSS 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35680036/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com