<property name="lists"> <list> <value>1</value> <bean class="com.mkyong.common.Person"> <property name="name" value="mkyongList" /> <property name="address" value="address" /> <property name="age" value="28" /> </bean> </list> </property> //源代码片段来自云代码http://yuncode.net