spring-boot/spring-boot-project
Vedran Pavic c8dd0a584b 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-28712
2021-11-17 09:00:14 +01:00
..
spring-boot Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-actuator Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-actuator-autoconfigure Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-autoconfigure Merge branch '2.4.x' into 2.5.x 2021-11-14 08:24:48 +01:00
spring-boot-cli Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-dependencies Upgrade to Spring Integration 5.5.6 2021-11-17 08:50:32 +01:00
spring-boot-devtools Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-docs Fix "Configure Two DataSources" example 2021-11-17 09:00:14 +01:00
spring-boot-parent Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-properties-migrator
spring-boot-starters Update URL for GraphQL Spring Boot starter 2021-11-16 08:33:56 +01:00
spring-boot-test Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-test-autoconfigure Merge branch '2.4.x' into 2.5.x 2021-11-12 20:31:25 +00:00
spring-boot-tools Test our Gradle plugin against Gradle 7.3 2021-11-15 12:47:51 +00:00