Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to override which DataSource to use #14

Merged
merged 1 commit into from
Jul 31, 2022

Conversation

lbruun
Copy link
Collaborator

@lbruun lbruun commented Jul 31, 2022

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.

This allows the user to override which DataSource to use for
Pre-Liquibase while still using auto-configuration for everything
else.
@lbruun lbruun merged commit 5006abc into master Jul 31, 2022
@lbruun lbruun deleted the feature/better-handling-of-used-datasource branch May 21, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant