【发布时间】:2021-07-08 13:45:56
【问题描述】:
我使用 thymeleaf 模板引擎并像这样放置文件。 但图像不显示在网页上。我该如何解决? place files like this result
<span class="Google">
<a href="">
<img src="img/google.png">
</a>
</span>
<span class="kakao">
<a href="">
<img src="img/kakao.png">
</a>
</span>
【问题讨论】:
标签: spring spring-boot thymeleaf