Use custom annotation and config class to simulate the process of spring load class to container
- MySpringApplicationContext => Spring容器
- MySpringConfig => 类似Spring的xml配置文件
- MyComponentScan => 指定扫描包
- 搭建基本结构 && 获取扫描包
- 获取扫描包下所有的
.class
文件 - 获取全类名 && 反射创建对象 && 存入容器