공부
[Spring] AOP not working for method call inside another method
승가비
2019. 12. 21. 23:51
728x90
Spring에서 AOP(Aspect is Applied to a proxy) 된 Method 사용시 같은 Bean에서는 제대로 동작하지 않는다.
별도 Method로 구현하여 호출하도록 구현해야 한다.
728x90