Spring 공부2013. 4. 10. 14:22

~-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

 

 

 

Posted by 선한열심