th:each 썸네일형 리스트형 [스프링 부트 쇼핑몰 프로젝트 with JPA] Thymeleaf 2(th:each, th:if, th:unless, th:switch, th:case, th:href) https://bobo12.tistory.com/331 ◎ th:each 예제 ▷ 타임리프에서 반복문 처리 1. scr/main/java/com.shop.controller → ThymeleafExContorller 클래스 수정 @GetMapping(value = "/ex03") public String thymeleafExample03(Model model){ List itemDtoList = new ArrayList(); for(int i=1; i 더보기 이전 1 다음