Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 297 Bytes

how_can_you_inject_java_collection_in_spring.md

File metadata and controls

9 lines (5 loc) · 297 Bytes

How can you inject Java Collection in Spring?

: injecting a list of values, 允许重复.

: This helps in wiring a set of values 不允许重复.

: name-value pairs where name and value can be of any type.

:name-value pairs where the name and value are both Strings.