What happens if, for a spring boot application. The application has an application.yml defined and also one of the dependencies of the application has an application.yml too.
Will spring merge both the properties, Take the final and boot up? In case spring merges both the properties, How will common properties be handled?