I need my application should pick value of a key from environment variables instead of application.yml.
If a particular property is available in both environment variables as well as in
appliation.yml
then it should pick the value which is specified as part of environment variables.If a particular property is not there in environment variables then it should pick value from
application.yml
else not.