AOP(관점 지향 프로그래밍)은 여러 모듈에서 공통적으로 필요한 기능을 분리해서 재사용할 때 사용합니다.
로깅, 트랜잭션 관리, 보안 관리 등이 필요할 때, Aop를 사용합니다.
'Interview Question' 카테고리의 다른 글
[Interview Question] RDBMS와 NoSQL의 차이점은 무엇인가요? (0) | 2025.09.01 |
---|---|
[Interview Question] Spring에서 트랜잭션 관리 방법은 무엇인가요? (0) | 2025.08.31 |
[Interview Question] @Component, @Service, @Repository의 차이를 설명해주세요 (0) | 2025.08.31 |
[Interview Question] Spring Bean의 라이프사이클을 설명해보세요. (0) | 2025.08.31 |
[Interview Question] IoC와 DI란 무엇인가요? (0) | 2025.08.31 |