简单的条件:“if”和“unless”
th:if用法实例:
NAME | PRICE | IN STOCK | COMMENTS |
---|---|---|---|
Onions | 2.41 | yes | 2 comment/s th:href="@{/product/comments(prodId=${prod.id})}" th:if="${not #lists.isEmpty(prod.comments)}">view |
User is an administrator
User is a manager
User is an administrator
User is a manager
User is some other thing