thymeleafの使い方

thymeleafを使っていて理解した内容をここに記載していく予定

  • 比較
    • th:if=”!${ArrayList().isEmpty()}”、th:if=“${!ArrayList().isEmpty()}”
      • どっちでもいけるっぽい