Spring框架学习(二)-依赖注入方式

Spring依赖注入方式

通过set方式为属性赋值-要有get/set方法


    
    

通过构造函数注入-要有对应参数的构造函数


    
    

你可能感兴趣的:(java,spring,di,ioc)