【发布时间】:2021-06-27 12:43:31
【问题描述】:
谁能告诉我我做错了什么?
我无法使用 Thymeleafand Spring Boot 显示图像,这是我的文件夹结构:
这是 html 和 thymeleaf 代码:
<div class="row">
<div class="col-md-12">
<img class="img-responsive" src="../static/images/photo.png" th:src="@{/resources/static/images/photo.png}"/>
</div>
</div>
【问题讨论】:
标签: html spring spring-boot thymeleaf