Created
October 23, 2020 21:32
-
-
Save igouss/48be48d65fc33295b58b90cab2894930 to your computer and use it in GitHub Desktop.
Spring boot properties Map of Sets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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