gpt4 book ai didi

java - Spring MVC : The stylesheet not loaded because its MIME type, “text/html” 不是 “text/css”

转载 作者:行者123 更新时间:2023-11-28 02:15:24 26 4
gpt4 key购买 nike

我在为我的 spring webapp 在浏览器中加载我的 css 表时遇到问题 - 我不断收到以下错误:

The stylesheet http://localhost:8080/MyBudget/resources/css/hello.css was not loaded because its MIME type, “text/html”, is not “text/css”.

File Strucutre

在我的 web.xml 文件中,我指定了我的资源如下;

 <mvc:resources location="/resources/core/" mapping="/resources/**"/>

在我看来 (.JSP),我引用的 css 文件如下:

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

我已经尝试了几乎所有方法来让它工作,但没有任何建议 - 有什么建议吗?

最佳答案

嗨,我认为这是由 mvc 配置引起的,你在使用负载和启动配置吗?我有同样的问题,我解决了

spring.mvc.servlet.load-on-startup=1

添加我的 application.properties 文件

我在这里阅读

https://www.javatpoint.com/load-on-startup

关于java - Spring MVC : The stylesheet not loaded because its MIME type, “text/html” 不是 “text/css”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48508238/

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