반응형
Problem. Cannot resolve MVC view 'index'
spring boot 포스팅을 작성하다가 쓸데없는 시간을 낭비한 이슈가 하나 있었다.
아주 기초적인 코드인데 index 페이지가 나오지 않는 것이었다.
그런데... 원인은 참으로 어이없는 곳에 있었다.... ㅎㅎ
Solution. Thymeleaf dependency를 thymeleaf가 아닌 spring-boot-starter-thymeleaf를 사용하면 해결됨
드디어 view를 인식했다....!
끝.
반응형
'Web Programming > Spring' 카테고리의 다른 글
[Spring] IntelliJ에서 Spring Boot 개발하기 - quick start (0) | 2022.07.07 |
---|---|
[IntelliJ] Project 'org.springframework.boot:spring-boot-starter-parent:x.x.x' not found (0) | 2022.07.07 |
[Spring] IntelliJ에서 Spring 개발하기 - quick start (5) | 2020.11.18 |