单例
生命周期
在bean加载/销毁前后,如果想实现某些逻辑? xml配置+类内实现方法init_method ,destroy_method
1 . 解析xml/类路径扫描 2.注册 Bean 定义
3.依赖注入(根据bean的配置)