1. 필요 라이브러리 : spring-context.jar
2. dispatcher-servlet.xml 에 추가
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
3.HandlerMapping 등록
<!-- DefaultAnnotationHandlerMapping -->
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping" />
'백엔드 프레임워크 & 언어' 카테고리의 다른 글
02-JavaScript 기본 구문 (0) | 2011.01.12 |
---|---|
01-자바스크립트(JavaScript)의 개요 (0) | 2011.01.12 |
Spring 2.5의 Annotation-based SpringMVC Configuration (0) | 2011.01.09 |
@Controller, @RequestMapping - Annotation in Spring(어노테이션을 사용한 컨트롤러 구현) (0) | 2011.01.09 |
Spring MVC Annotation기반으로 사용시 URL기반 요청 문제점 해결방법 (0) | 2011.01.09 |