Describe the bug
Git based config server returns properties for the app, it's profiles, as well as defaults contained in "application.properties"
Redis based config server returns ONLY the app files, and not the values stored in the key "application"
Sample
Stand up a config server backed by redis
curl localhost:8080/app/profile1,profile2 | jq
review the propertySources returned, it will only be searching for "app","app-profile1","app-profile2", and NOT "application","application-profile1", and "application-profile2"