您可以使用@Autowired注解放在setter方法來擺脫在XML配置文件中的<property>元素。當Spring發現setter方法使用@ Autowired注解,它會嘗試對方法進行byType的自動裝配 ...
確定! 回上一頁