Spring MVC 를 사용하여 REST 웹서비스 구축시 "The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler" 에러가 발생할 경우 By itpsolver | 6월 2, 2016 0 Comment => Controller 클래스에 @EnableWebMvc 를 붙여 주어야 한다.