레이아웃1 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. 이전 1 다음