Skip to content

Instantly share code, notes, and snippets.

@pierrefevrier
Created January 21, 2017 14:13
Show Gist options
  • Save pierrefevrier/0230e6bef4e0fe977648fac4d6ff8638 to your computer and use it in GitHub Desktop.
Save pierrefevrier/0230e6bef4e0fe977648fac4d6ff8638 to your computer and use it in GitHub Desktop.
Inject a list property via Spring
my-property=value1,value2
@Value("#{'${my-property}'.split(',')}")
private Collection<String> myCollection;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment