본문 바로가기
SW 프로그래밍/Web Service

[spring]Class 'org.springframework.web.servlet.view.InternalResourceViewResolver' not found 오류

by N2info 2020. 8. 3.

 

해결방법

 

1. 프로젝트 우클릭

2. Spring Tool -> Remove Spring Project Nature

3. Spring Tool -> Add Spring Project Nature

 

안된다면....

버전을 https://mvnrepository.com/artifact/org.springframework/spring-context

 

Maven Repository: org.springframework » spring-context

 

mvnrepository.com

참고하여 최신 스프링 버전을 명시한다.