• Andy Wilkinson's avatar
    Move DataSource init auto-config out of DataSourceAutoConfiguration · 90b4ced7
    Andy Wilkinson authored
    Previously, the auto-configuration for DataSource initialization and
    the properties used to configure it were part of the general
    DataSource auto-configuration and properties.
    
    This commit moves the auto-configuration of DataSource initialization
    out into a separate top-level auto-configuration class. Similarly,
    the properties for configuring DataSource initialization have been
    moved from `spring.datasource.*` into `spring.sql.init.*`.
    
    The old initialization-related `spring.datasource.*` properties have
    been deprecated but can still be used. When they are used, they new,
    separate initialization auto-configuration will back off. In other
    words, the initialization related `spring.datasource.*` properties
    and the `spring.sql.init.*` properties cannot be used in combination.
    
    Closes gh-25323
    90b4ced7
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...