asked
Spring Introduction: Learning by Example (Revised Edition)
Spring @AOP Practice
Written on
·
321
0
LogAspect 가 spring bean으로 등록해야 할 이유가 무엇인가요?
Answer 1
스프링이 그런 Aspect가 있다는 걸 알아야 하니까요. 그래야 스프링이 관리하는 빈에 해당 aspect를 적용할 수 있습니다.