Skip to content

Commit

Permalink
Ready for v0.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhi13man committed Jan 15, 2024
1 parent ea6ee0d commit f94b7da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ for configuring multi-data source configurations for a service. Let's break down
the primary data source and its configuration. The primary data source will be able
to access every repository other than the repositories generated for the secondary data
sources.
- `dataSourceConfigs`: An array of `@DataSourceConfig` annotations. Each annotation represents
a data source and its configuration.
- `secondaryDataSourceConfigs`: An array of `@DataSourceConfig` annotations. Each annotation
represents a data source and its configuration. The secondary data sources will only be able
to access the repositories generated for them.

#### @EnableMultiDataSourceConfig.DataSourceConfig

Expand Down

0 comments on commit f94b7da

Please sign in to comment.