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

Fix "Configure Two DataSources" example #28712

Closed

Commits on Nov 16, 2021

  1. Fix "Configure Two DataSources" example

    With the present example, the `secondDataSource` bean factory method will use `firstDataSourceProperties` due to it being annotated with `@Primary`.
    
    This commit adds the `@Qualifier` needed to ensure `secondDataSource` bean factory method uses `secondDataSourceProperties`.
    vpavic committed Nov 16, 2021
    Copy the full SHA
    0856616 View commit details
    Browse the repository at this point in the history