在Spring中注入Java集合

集合注入重要是對數組、List、Set、map的注入,具體注入方法請參照一下代碼(重點是applicationContext.xml中對這幾個集合注入的方式): 1.在工程中新建一個Department類,該類包含在com.LHB.collection包當中 1 package com.LHB.collection; 2 import java.util.List; 3 import jav
相關文章
相關標籤/搜索