I have been using application.properties files since long in my Spring application. But recently I came across application.yaml files. What is the
application.properties
application.yaml
In simple words,
if you have yaml and properties file both and same key in both, then spring boot will look first in properties and if not found then will go to yaml.