SpringBoot2 Spring Boot + Thymeleaf + Layout 적용 안되는 현상 2022 thymeleaf 관련 depedency 추가 시 종속성을 없앴더니 해결! 아.. 문제 해결 하는데 몇 시간이나 날린 건지.. ㅜㅜ 흐엉.. 수정 이전 implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:2.6.7' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.1.0' 해결! implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' 그 외 원인이 될 수 있는 부분 참고할.. 2022. 5. 6. Spring Boot + Thymeleaf + Bootstrap 5 + gradle build.gradle // 타임리프 implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' /* 레이아웃 */ // 타임리프 - Bootstrap implementation 'org.webjars:webjars-locator:0.45' implementation 'org.webjars:bootstrap:5.1.3' Spring Boot + Thymeleaf implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' Thymeleaf Layout .. 2022. 5. 3. 이전 1 다음