Web
[Spring] The import org.springframework.web.bind.annotation.RequestMapping cannot be resolved, RequestMapping cannot be resolved to a type 오류 해결방법
겨울그리고눈
2019. 1. 23. 00:22
The import org.springframework.web.bind.annotation.RequestMapping cannot be resolved
RequestMapping cannot be resolved to a type
이런 오류는 Maven 다운로드가 제대로 되지 않았을때 나올 수 있습니다!
해결 방법
C:\Users\SHIN(사용자명)\.m2\repository\org\springframework\spring-web
1. 해당 경로로 들어간 후 프로젝트의 pom.xml에 org.springframework-version과 같은 버전의 파일을 삭제.
2. 프로젝트 우클릭 -> Maven -> Update Project -> Ok 클릭!
Eclipse 기준으로 작성하였습니다