<th:block th:each="image : ${#strings.listSplit(goods.images, ';')}">
<img th:src="${image}" style="max-height: 150px;">
</th:block>
<th:block th:each="image : ${#strings.listSplit(goods.images, ';')}">
<img th:src="${image}" style="max-height: 150px;">
</th:block>