[html]thymeleaf if 조건문 null check방법
<td th:if="${data!= null}" th:text="${data}"/>
'web' 카테고리의 다른 글
[html]thymeleaf list size 표현하는방법 (0) | 2020.08.19 |
---|---|
[html]long -> int형으로 변환하는 방법 (0) | 2020.08.05 |
[html]html안에 html넣는 방법 (0) | 2020.07.27 |
[html]button onclick 이동가능하게 하는 방법 (0) | 2020.07.22 |
[spring boot]cannot pass a null grantedauthority collection 해결방법 (0) | 2020.07.15 |