gpt4 book ai didi

css - 当我将 Spring 引导框架与 Thymeleaf 和上下文路径一起使用时,如何在 css 文件中导入 css?

转载 作者:行者123 更新时间:2023-11-28 00:09:33 25 4
gpt4 key购买 nike

我用 spring 和 thymeleaf 构建了一个应用程序。我在我的 HTML 中导入 style.css。而且我必须从该文件导入其他 CSS。这是我的 sytle.css 中的一行

@import url(../../js-plugins/bootstrap/dist/css/bootstrap.min.css);

当我不应用上下文路径时,它会起作用。但是当我应用它时,假设我在 application.properties 中设置了/path,它不起作用。

server.servlet.context-path=/path

如何解决这个问题?如何在 style.css 中添加上下文路径?

注意:我知道我可以通过更改导入 bootstrap.min.css 的方式来做到这一点。我可以在我的 HTML 中导入文件。

谢谢

最佳答案

enter image description here

如果你看到这张图片,你应该添加你在 thymeleaf 中使用的 style.css 和 template.html 应该是类路径的一部分,在/resources/文件夹中

然后在 html (template.html) 中添加此代码。

<link rel="stylesheet" type="text/css" href=@{classpath:templates/css/style.css} />

请看下图。

enter image description here

这将导入 css 类。

关于css - 当我将 Spring 引导框架与 Thymeleaf 和上下文路径一起使用时,如何在 css 文件中导入 css?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55474269/

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