sliver__

Spring(스프링) - BeanFactory와 ApplicationContext 본문

CS/Spring

Spring(스프링) - BeanFactory와 ApplicationContext

sliver__ 2022. 1. 16. 12:59
728x90

 

BeanFactory

 

  •  스프링 컨테이너의 최상위 인터페이스
  •  스프링 빈을 관리하고 조회하는 담당

 

 

ApplicationContext

 

  • BeanFactory기능을 모두 상속받아서 제공
  • 빈 관리기능 + 어플리케이션 개발할 때는 수 많은 부가기능이 필요
728x90
Comments