pointcut을 여러개 지정 하기 위해서는 아래와 같이 작성 하면 됩니다.
<aop:pointcut id="requiredTx" expression="execution(* egovframework..impl.*Impl.*Transaction(..)) || execution(* egovframework.cmmn.service.impl.*Impl.*Transaction(..))"/>
'||'(or)나 '&&'(and), '!'(not) 을 사용할 수 있습니다.
반응형
'spring' 카테고리의 다른 글
spring4 junit5 사용시 spring 설정파일 로드 (0) | 2021.06.10 |
---|---|
spring4 에서 junit5 실행시 NoClassDefFoundError ErrorCoded (0) | 2021.06.10 |
maven install 시 에러 (0) | 2021.05.11 |
spring-data-jpa 1.11.23 - querydsl 연결 관련 버전 에러 (0) | 2021.05.11 |
spring csrf 데이터 확인 (0) | 2021.04.30 |