Spring源码之XML文件中Bean标签的解析1
摘要:
## 读取XML文件,创建对象 xml文件里包含Bean的信息,为了避免多次IO,需要一次性读取xml文件中所有bean信息,加入到Spring工厂。 #### 读取配置文件 ```java new ClassPathResource("applicationContext.xml") ``` Cl 阅读全文
posted @ 2023-08-05 20:16 随机的未知 阅读(103) 评论(0) 推荐(0)
浙公网安备 33010602011771号