spring依赖注入说明

spring Ioc(控制反转(Inversion of Control,缩写为IoC)),spring中可注入bean。java   实例1、 使用下列加载:spring     ApplicationContext context=new ClassPathXmlApplicationContext("spring-config.xml");         Test2 t= (Test2)c
相关文章
相关标签/搜索