spring
编程之路-java
软件工程师
展开
-
spring学习总结
applicationContent load加载流程学习理解applicationContent创建流程对于xml的加载与验证bean的注册AbstractApplicationContext.refresh是上下文加载的核心流程。 @Override public void refresh() throws BeansException, IllegalStateExc...原创 2019-03-27 18:03:29 · 397 阅读 · 0 评论 -
beanFactory.getBean流程
getBean 核心代码获取bean的代码,类型为AbstractFactoryBean/** * Return an instance, which may be shared or independent, of the specified bean. * @param name the name of the bean to retrieve * @param requi...原创 2019-03-28 09:23:02 · 758 阅读 · 0 评论