spring-boot/spring-boot-project/spring-boot-autoconfigure
Stephane Nicoll 2147976c17 Do not fallback to embedded configuration if a datasource url is set
This commit makes sure that a fallback embedded datasource is not
created if no suitable connection pool is found and an url has been
explicitly registered.

This is consistent with EmbeddedDataSourceConfiguration as it is using
EmbeddedDatabaseBuilder behind the scenes and the latter does not
honour the configured URL anyway.

Closes gh-19192
2020-02-18 16:27:31 +01:00
..
src Do not fallback to embedded configuration if a datasource url is set 2020-02-18 16:27:31 +01:00
pom.xml Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00