Design Note
CLOSE
thymeleafの使い方
2019年5月3日
2019年6月10日
メモ
java
,
thymeleaf
thymeleafを使っていて理解した内容をここに記載していく予定
比較
th:if=”!${ArrayList().isEmpty()}”、th:if=“${!ArrayList().isEmpty()}”
どっちでもいけるっぽい