lbruun-net / Pre-Liquibase

Spring Boot add-on to Liquibase
Apache License 2.0
49 stars 9 forks source link

Allow to override which DataSource to use #14

Closed lbruun closed 2 years ago

lbruun commented 2 years ago

This allows the user to override which DataSource to use for Pre-Liquibase while still using auto-configuration for everything else.

It is probably a corner case which I'm not sure will ever be used. If the user has this need then it is likely because the application uses multiple data sources. In such scenario the user will in any case need to configure many beans manually and forego of Spring Boot's auto-configuration mechanism completely.