[Spring] - AOP(Aspect Oriented Programming) (3) : @Aspect로 AOP 구현
Spring2018. 7. 10. 00:32
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
○ AOP(Aspect Oriented Programming) (3) : @Aspect로 AOP 구현 |
작업 순서 (1) 의존 설정(pom.xml) (2) @Aspect 어노테이션을 이용한 Aspect 클래스 제작 (3) XML 설정 파일에 <aop:aspectj-autoproxy /> 설정 -------------------------------------------------------------------------------------------------------------- 1. pom.xml에 의존 설정 2. @Aspect 어노테이션을 이용한 Aspect 클래스 제작 3. XML 설정 파일에 <aop:aspectj-autoproxy /> 설정 4. 실제 사용 화면 *. @Pointcut 사용하지 않고 @Around에서 바로 범위를 지정해주어도 된다 ( Around => 메소드 실행 전/후 및 exception 발생 시 advice 실행 ) 참조 : https://www.youtube.com/watch?time_continue=206&v=x4qWZpDN444 (SEOUL WIZ) 참조 : http://private.tistory.com/44 |
'Spring' 카테고리의 다른 글
[Spring] - 프로젝트 생성 및 폴더 구조 살펴보기 (0) | 2018.07.11 |
---|---|
[Spring] - AOP(Aspect Oriented Programming) (4) : Pointcut 범위 표현 (0) | 2018.07.10 |
[Spring] - AOP(Aspect Oriented Programming) (2) : XML로 AOP 구현 (0) | 2018.07.09 |
[Spring] - AOP(Aspect Oriented Programming) (1) : AOP란? (0) | 2018.07.09 |
[Spring] - 프로퍼티 파일 이용한 스프링 빈 설정 (0) | 2018.07.07 |
댓글()