~-servlet.xml 에
1. 네임스페이스 3군데 추가
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
2. 필요한 jar 파일
@Aspect 를 사용하기 위해 : aspectjweaver-1.6.5.jar
'Spring 공부' 카테고리의 다른 글
log4j (0) | 2013.04.30 |
---|---|
Errors 인터페이스, BindingResult 인터페이스 에러정보 추가 (0) | 2013.04.23 |
[펌]spring 웹 어플리케이션 기반의 web.xml 설정 정리 (0) | 2013.04.16 |
스프링 정리 잘되어 있는 블로그 (1) | 2013.04.12 |
환경설정 오류메세지 정리 (0) | 2013.04.10 |