aspect bofore 관련

spring 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 * .....)) 추가

반응형

'spring' 카테고리의 다른 글

spring 다중 DB접속 mapper scan  (0) 2020.09.04
@Valid 사용시 xml 변경 및 jar파일  (0) 2017.02.10
sessionFactory annotatedClasses/packagesToScan 방식  (0) 2015.07.27
spring+hsqldb 사용설정  (0) 2015.07.15
스프링 관련 문서  (0) 2015.03.05
Posted by 질주하는구
,