spring从容器中取bean
摘要:
@ServicepublicclassCommandServiceImplimplementsICommandService{@AutowiredApplicationContextapplicationContext;......//从容器中获取指令实现类实例Objecto=applicatio... 阅读全文
posted @ 2012-09-06 17:44 dhj 阅读(135) 评论(0) 推荐(0) 编辑