核心理解: BeanFactory是Spring的核心IoC容器,而ApplicationContext是其功能更丰富的超集。
public interface BeanFactory { Object getBean(String name)