|
|
|
@ -325,15 +325,6 @@ public class FlywayAutoConfiguration {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private boolean hasAtLeastOneLocation(ResourceLoader resourceLoader, Collection<String> locations) {
|
|
|
|
|
for (String location : locations) {
|
|
|
|
|
if (resourceLoader.getResource(normalizePrefix(location)).exists()) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private String normalizePrefix(String location) {
|
|
|
|
|
return location.replace("filesystem:", "file:");
|
|
|
|
|
}
|
|
|
|
|