본문 바로가기

Web Programming/Spring

[Spring] Cannot resolve MVC view 'index'

반응형

Problem. Cannot resolve MVC view 'index'

spring boot 포스팅을 작성하다가 쓸데없는 시간을 낭비한 이슈가 하나 있었다.

아주 기초적인 코드인데 index 페이지가 나오지 않는 것이었다.

이 화면만 2시간을 보고 있으니 속이 타들어갔다...😵‍💫

그런데... 원인은 참으로 어이없는 곳에 있었다.... ㅎㅎ

 

 

Solution. Thymeleaf dependency를 thymeleaf가 아닌 spring-boot-starter-thymeleaf를 사용하면 해결됨

 

 

드디어 view를 인식했다....!

 

끝.

반응형