Skip to content

Instantly share code, notes, and snippets.

@igouss
Created October 23, 2020 21:32
Show Gist options
  • Save igouss/48be48d65fc33295b58b90cab2894930 to your computer and use it in GitHub Desktop.
Save igouss/48be48d65fc33295b58b90cab2894930 to your computer and use it in GitHub Desktop.
Spring boot properties Map of Sets
@Value("#{${deny.shift}}") Map<UUID, Set<UUID>> denyShiftsList
deny.shift={'044057a6-1380-4ec8-b0f0-25cf638927bd': {'542e3319-1186-446c-9c1a-b1892bcc5243'} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment