DevBoi

[Spring] ApplicaitonContext와 BeanFactory 본문

Develop/[Spring]

[Spring] ApplicaitonContext와 BeanFactory

HiSmith 2022. 3. 28. 00:43
반응형

어플리케이션컨텍스트는 빈 팩토리에 여러 기능을 추가한 것을 의미한다.

실질적으로 ApplicationContext는 BeanFactory 인터페이스를 상속 받고있다.

 

BeanFactory는 빈을 사용할때 빈을 로딩시킨다.

ApplicationContext는 실행시 모든 빈을 로딩한다.

 

반응형

'Develop > [Spring]' 카테고리의 다른 글

[Spring] 싱글턴은 쓰레드에 안전한가?  (0) 2022.03.28
[Spring] SingleTon이란  (0) 2022.03.28
[Spring] Interceptor vs Filter  (0) 2022.03.27
[Spring] Controller, Service, Repository  (0) 2022.03.27
[Spring] AutoWired동작원리  (0) 2022.03.27