Sping-Boot Config: How to keep whitespace in yaml key being used to populate Map<String, String>
For map keys with special characters you need to surround the key with '[]'
for the key to be used as specified.
So, in your case it will be
whitespace.test.configs:
'[Key With Whitespace]': "I am a value with whitespace in it"