Thymeleaf spring boot 썸네일형 리스트형 [SpringBoot] Spring 프로젝트에서 Thymeleaf 기본 설정하는 방법 먼저, thymeleaf를 설정하는 방법을 소개 한 후, thymeleaf 설정 후 css도 설정하는 방법을 알려드리겠습니다. Thymeleaf 설정하는 방법 STEP 1. build/gradle 파일 설정 아래와 같이 thymeleaf 관련 dependency를 추가합니다. .. dependencies { .. implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation('nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect') }Copy STEP 2. application.properties 설정 아래의 4줄을 추가합니다. spring.thymeleaf.cache=false.. 더보기 이전 1 다음