application.properties
adminPath=http://localhost:8081/adminPortal
这是我的视图页面,必须在其中加载
路径正确,但是我t know why id doesn
不工作
<tbody>
<tr class="book-item" data-th-each="book : ${bookList}">
<td>
<div class="col-xs-9 col-xs-offset-3" th:if="book == null"><h2>No books found</h2></div>
<div th:if="book != null">
<div class="row">
<div class="col-xs-3">
<img class="img-responsive" alt ="book-img"
th:src="#{adminPath}+@{/image/book/}+${book.id}+'.png'" />
</div>
如果有人帮助。