SW 프로그래밍/Web Service
[spring]Class 'org.springframework.web.servlet.view.InternalResourceViewResolver' not found 오류
N2info
2020. 8. 3. 12:24
해결방법
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
참고하여 최신 스프링 버전을 명시한다.