随笔分类 -  spring

摘要:3.3.1. Injecting dependenciesThe basic principle behind Dependency Injection (DI) is that objects define their dependencies (that is to say the other objects they work with) only through constructor arguments, arguments to a factory method, or properties which are set on the object instance after it 阅读全文
posted @ 2013-08-13 15:07 梦你所梦 阅读(224) 评论(0) 推荐(0)