質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
```java
|
32
32
|
<div class="container">
|
33
33
|
<div class="store_wrap col-12 col-sm-12 col-md-6 col-lg-4 my-5 text-center" th:each="store : ${stores}" th:object="${store}">
|
34
|
-
// ここでimageを表示させたい (static/images配下にイメージを配置していた時は"@{/images/} + *{image}"で表示できていた。
|
34
|
+
// ここでimageを表示させたい (static/images配下にイメージを配置していた時は<img th:src="@{/images/} + *{image}">で表示できていた。
|
35
35
|
<div class="store_image"><img th:src="*{image}"></div>
|
36
36
|
<div class="store_text text-wrap text-break">
|
37
37
|
<h3>
|