Browse Source
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
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue