I have developed a spring core independent jar and using application.properties with it.
My question is can we use application.yml instead of application.properties with this jar?
I have developed a spring core independent jar and using application.properties with it.
My question is can we use application.yml instead of application.properties with this jar?
yes you can, just replace this with yml file.Its just Application-properties file written in json like format