※ How to use multiple condition in if tag using thymeleaf ? 타임리프에서 이중 if 사용 타임리프에서 if and 'and' 사용 수정하기 session 에 저장된 role 값이 "user" 이고, item의 sellerId 값이 session 의 id 값과 동일하다면 '수정하기' 버튼을 보여줘라 ※ How to formate LocalDateTime in Thymeleaf ? 타임리프에서 LocalDateTime 타입 format temporals.format 사용 ${#temporals.format(LocalDateTime,'yyyy-MM-dd')} ※ How to formate number in Thymeleaf ? 1000단위 쉼표 찍기 numbers..