Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 252 Bytes

File metadata and controls

8 lines (5 loc) · 252 Bytes

Bean Factory 与 ApplicationContext 的区别?

Bean Factory 只提供基础的 DI 支持

Application contexts 提供了处理 text messages 的功能 读取 file resources 的功能, 比如图片.

发布事件给已经注册为 listener 的 bean.