개발 블로그
RestController Annotation 인식 안됨 본문

RestController Annotation이 제대로 인식되지 않아, RestController cannot be resolved to a type 에러 발생
<dependencies>
...
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.1.6.RELEASE</version>
</dependency>
...
</dependencies>
dependencies 안에 <dependency></dependency> 태그 안에 있는 의존성을 넣어주면 된다.