spring
aspect bofore 관련
질주하는구
2016. 7. 1. 16:42
spring 설정 xml에
aop관련 설정을 추가
xmlns:aop=http://www.springframework.org/schema/aop
xsi:schemasLocation에
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
추가 및
<aop:aspectj-autoproxy/>
추가
작업 하려는 class에
@Aspect추가 후 @Before메소드 추가 및 해당 메소드 실행 관련 설정
(execution(public * .....)) 추가
반응형