When liquibase enabled with spring boot project, we see it scans all the libraries in the classpath to locate the db-changlog-master.xml files. While seeing the spring boot console, we see long list of logs generated to explain it scanned all the dependecies libraries first and finally lookup the class path resources to picked the changlog file. Should it supposed to scan the classpath resources(…/resources) first, if not found should check other resources?