spring-boot/spring-boot-project/spring-boot-autoconfigure
Andy Wilkinson a1e279f736 Make Flyway and Liquibase auto-config back off without spring-jdbc
The auto-config requires Spring JDBC for DataSource creation from
spring.flyway.url or spring.liquibase.url, checking Flyway migrations
exist, etc. Without it, the application fails to start due to missing
spring-jdbc classes.

This commit updates the auto-config so that it backs off in the
absence of spring-jdbc.

Closes gh-26849
2021-06-15 22:00:11 +01:00
..
src Make Flyway and Liquibase auto-config back off without spring-jdbc 2021-06-15 22:00:11 +01:00
build.gradle Merge branch '2.3.x' into 2.4.x 2021-05-17 13:49:25 +01:00