https://stackoverflow.com/questions/32057910/custom-spring-aop-around-transactional
Custom Spring AOP Around + @Transactional
I have a custom Around implemented to match on a custom Annotation. I want the custom around to execute WITHIN the outer @Transactional. Unfortunately, this doesn't appear to work. (The AOP is work...
stackoverflow.com
'spring-aop' 카테고리의 다른 글
| aop transaction 설정 (0) | 2023.11.14 |
|---|---|
| AOP 트랜잭션 사용시 문제점 - self invocation (0) | 2020.08.22 |
| aop 예제 - pointcut parameter 정보 및 return type 정보 (0) | 2018.03.25 |
| aop 설정 (0) | 2017.07.28 |

