Spring實戰4之DI(依賴注入)

Spring容器建立應用對象之間的協做關係稱爲裝配。下面介紹最多見的三種裝配方法。java 1、自動化裝配bean 1.組建掃描(component scanning):Spring會自動發現應用上下文中所建立的bean。 (1)使用@Component註解標記要被實例的beanweb /** * 球類接口 * @author shier * */ public interface Ball {
相關文章
相關標籤/搜索