gpt4 book ai didi

html - Spring 引导未加载

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

我将一些 Bootstrap 模板粘贴到我的资源/模板文件夹中,当我启动服务器并转到我将 index.html 页面映射到的 url 时,页面加载但 Bootstrap 丢失。当我使用 IntelliJ 中出现的 chrome 按钮查看您的 html 时,它正常工作, Bootstrap 加载并且一切正常。示例:

在我的 index.html 页面中:

<link  rel="stylesheet" href="bootstrap.css">

enter image description here

在这里你可以清楚地看到它们(index.html 和 bootstrap.css)在同一个文件夹中。那么为什么当我启动 spring 应用程序并转到 url 我得到 html 页面和这个错误:

GET http://localhost:8080/bootstrap.css net::ERR_ABORTED 404

错误发生在第 14 行,第 14 行是:

  <link  rel="stylesheet" href="bootstrap.css">

最佳答案

Static resources should go under static folder

enter image description here

请将 bootstrap.css 复制到 static 文件夹下。

关于html - Spring 引导未加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55110332/

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