You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiquibaseAutoConfiguration and FlywayAutoConfiguration both require DataSource bean to be declared. However both configurations allow to explicitly define datasource properties which would create one anyway.
Context: I've been playing around with r2dbc and tried to assemble an application with it + flyway. was not able to apply migrations as there is no need for datasource when using r2dbc (also don't really fancy the idea that i need one living in context just for migrations spring-projects/spring-data-r2dbc#40 which is not directly related but explains why)