阿里云MVP带你挑战AI大赛
2022-11-23 21:02 作者:bili_1559000721 | 我要投稿
spring context 包括什么
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.2.RELEASE</version></dependency>
主要包括:
DefaultListableBeanFactory:这就是大家常说的 ioc 容器,它里面有很多 map、list。spring 帮我们创建的 singleton 类型的 bean 就存放在其中一个 map 中