CSS + Thyemleaf-CSS无法反映在页面上

时间:2018-09-11 17:07:30

标签: css spring css3 spring-boot thymeleaf

我的Spring启动应用程序中CSS出现问题。

我有以下项目结构。

  • src / resources / static /(用于CSS文件)
  • src / resources / templates /(用于html文件)

在我的html页面中,我正在使用以下内容。

<link rel="stylesheet"  th:href="@{static/site.css}"  href="static/site.css" type="text/css"/>

这不起作用。我在这里想念东西吗?

任何帮助将不胜感激。

谢谢!

1 个答案:

答案 0 :(得分:1)

只需使用th:href="@{/site.css}"