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 기준으로 작성하였습니다
'Web' 카테고리의 다른 글
[Eclipse] JPA Project Change Event Handler (waiting) 안나오게 하는 방법 (0) | 2020.02.06 |
---|---|
[Eclipse] properties 확장자 파일 한글깨짐 해결방법 (0) | 2020.01.10 |
[Spring] 카카오 로그인 연동 구현하기(REST API) [4] (6) | 2018.12.10 |
[Spring] 카카오 로그인 연동 구현하기(REST API) [3] (2) | 2018.12.09 |
[Spring] 카카오 로그인 연동 구현하기(REST API) [2] (2) | 2018.12.09 |
댓글