Adapt to new Placeholder resolution API
See gh-41177
This commit is contained in:
committed by
Andy Wilkinson
parent
762434c85f
commit
2053e13c09
@@ -157,6 +157,7 @@ public class DataSourceAutoConfiguration {
|
||||
return StringUtils.hasText(environment.getProperty(DATASOURCE_URL_PROPERTY));
|
||||
}
|
||||
catch (IllegalArgumentException ex) {
|
||||
// NOTE: This should be PlaceholderResolutionException
|
||||
// Ignore unresolvable placeholder errors
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user