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`. See gh-28712pull/28778/head
parent
de172a52e3
commit
c8dd0a584b
Loading…
Reference in New Issue