摘要: Spring有两个核心接口:BeanFactory和ApplicationContext,其中ApplicationContext是BeanFactory的子接口。他们都可代表Spring容器,Spring容器是生成Bean实例的工厂,并且管理容器中的Bean。 Bean是Spring管理的基本单位 阅读全文
posted @ 2019-03-26 11:26 utf_8 阅读(2591) 评论(0) 推荐(0) 编辑