Spring - bean的autowire屬性(自動裝配) 當我們要往一個bean的某個屬性里注入另外一個bean,我們會使用<property> + <ref/>標簽的形式。但是對於大型項目,假設有一個bean A被多個bean引用注 ...