proxy1 Singleton Scope 빈에 Request Scope 빈을 주입받고 싶다면… (Scoped Proxy Bean) 문제 상황 프로젝트 도중 singleton scope 빈에 request scope을 주입해서 사용해야 할 상황이 생겼다. 아래와 같이 인가 처리를 위한 커스텀 인터셉터에서 인증 정보를 담아두는 객체를 주입받아 사용해야 했기 때문이다. @Component public class AuthenticationInterceptor implements HandlerInterceptor { private final AuthenticationContext authenticationContext; ... @Override public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Excep.. 2022. 7. 13. 이전 1 다음