<list>
: injecting a list of values, 允许重复.
<set>
: This helps in wiring a set of values 不允许重复.
<map>
: name-value pairs where name and value can be of any type.
<props>
:name-value pairs where the name and value are both Strings.
欢马劈雪 最近更新时间:2020-08-04 05:37:59
<list>
: injecting a list of values, 允许重复.
<set>
: This helps in wiring a set of values 不允许重复.
<map>
: name-value pairs where name and value can be of any type.
<props>
:name-value pairs where the name and value are both Strings.