摘要:
这里主要分新bean标签的处理,其他都类似 继续深入分析 BeanDefinitionParserDelegate 类的parseBeanDefinitionElement方法: 接下来进一步分析对其他bean标签的解析方法: AbstractBeanDefinition beanDefinitio 阅读全文
摘要:
2.1 doLoadBeanDefinitions(inputSource, encodedResource.getResource()) 2,2 Document doc = doLoadDocument(inputSource, resource); 2.2.3 getValidationMod 阅读全文
摘要:
我们在main函数中从一行代码开始分析: ConfigurableListableBeanFactory beanFactory = new XmlBeanFactory(new ClassPathResource("spring.xml")); 大多数人可能会有疑问,现在加载XML文件不是通过: 阅读全文