유용한 Interceptor Spring AOP의 로깅과 성능 측정용 Interceptor 스프링 레퍼런스 7장의 예제를 유심히 보다보면 Spring에서 자체적으로 구현해둔 Interceptor들을 볼 수 있습니다. 그 중에 몇개를 살펴 보도록 하겠습니다. 디버그 인터셉터 :: org.springframework.aop.interceptor.DebugInterceptor 성능 측정 인터셉터 :: org.springframework.aop.interceptor.PerformanceMonitorInterceptor 사용법은 ProxyFactoryBean으로 간단하게 설정하여 사용할 수 있습니다. <