Spring boot location of application.properties or yml file
1. Overview While working with spring boot application, application.properties or application.yml contains all configuration of the application. But sometimes spring boot ignore the application.properties or yml file because of the…