标签: css spring css3 spring-boot thymeleaf
我的Spring启动应用程序中CSS出现问题。
我有以下项目结构。
在我的html页面中,我正在使用以下内容。
<link rel="stylesheet" th:href="@{static/site.css}" href="static/site.css" type="text/css"/>
这不起作用。我在这里想念东西吗?
任何帮助将不胜感激。
谢谢!
答案 0 :(得分:1)
只需使用th:href="@{/site.css}"
th:href="@{/site.css}"