• Andy Wilkinson's avatar
    Add a config prop for the embedded database connection · 04e441f4
    Andy Wilkinson authored
    Previously, the embedded database connection that would be used
    could only be controlled via the classpath. If multiple embedded
    database dependencies were present, it wasn't possible to control
    the one that the auto-configured would use. It also wasn't possible
    to disable auto-configuration of an embedded database.
    
    This commit introduces a new configuration property,
    spring.datasource.embedded-database-connection. It can be set to
    one of the values of the EmbeddedDatabaseConnection enum to control
    the auto-configuration of an embedded database. Setting it to none
    will disable the auto-configuration and ensure that an external
    database is used instead.
    
    Closes gh-23412
    04e441f4
Name
Last commit
Last update
..
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix-test-auto-configuration.adoc Loading commit data...
attributes.adoc Loading commit data...
authors.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
index.singleadoc Loading commit data...
legal.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...