在intellij中的jsp maven项目中使用css

发布于 2025-01-10 22:42:51 字数 258 浏览 1 评论 0原文

我试图在我在 IntelliJ 中构建的 Maven 项目中添加外部 CSS 文件,但似乎不起作用。请帮忙,我可能会错过什么? 请注意,当我在内部使用样式时,它工作正常(但我想在项目中使用其他资产)。 我在下面提供了项目结构的图像。

代码图片

I am trying to add an external CSS file in a maven project that I am building in IntelliJ, but seemingly it doesn't work. Please help, what could I be missing out on?
Please note that when I use the styling internally it works fine (but I want to use other assets in my project).
I have included an image of the project structure below.

code image

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘心安 2025-01-17 22:42:51

CSS 文件是 Web 资源,它应该存在于 src\main\webappsrc\main\resources\META-INF\resources 文件夹中。

因此,将您的 css 文件夹移动到 src\main\webapp 然后您的 CSS 就可以工作了

CSS files are web resources it should be present in src\main\webapp or src\main\resources\META-INF\resources folder.

So, move your css folder to src\main\webapp then your CSS will work

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文