Merge pull request #40141 from nahidshahin
* gh-40141: Fix links to Batch's javadoc Closes gh-40141
This commit is contained in:
commit
954b06d583
|
@ -14,8 +14,8 @@ Spring Batch expects a single `DataSource` by default.
|
|||
To have it use a `DataSource` other than the application’s main `DataSource`, declare a `DataSource` bean, annotating its `@Bean` method with `@BatchDataSource`.
|
||||
If you do so and want two data sources, remember to mark the other one `@Primary`.
|
||||
To take greater control, add `@EnableBatchProcessing` to one of your `@Configuration` classes or extend `DefaultBatchConfiguration`.
|
||||
See the Javadoc of {url-spring-batch-javadoc}/core/configuration/annotation/EnableBatchProcessing.html[`@EnableBatchProcessing`]
|
||||
and {url-spring-batch-javadoc}/core/configuration/support/DefaultBatchConfiguration.html[`DefaultBatchConfiguration`] for more details.
|
||||
See the Javadoc of {url-spring-batch-javadoc}/org/springframework/batch/core/configuration/annotation/EnableBatchProcessing.html[`@EnableBatchProcessing`]
|
||||
and {url-spring-batch-javadoc}/org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.html[`DefaultBatchConfiguration`] for more details.
|
||||
|
||||
For more info about Spring Batch, see the {url-spring-batch-site}[Spring Batch project page].
|
||||
|
||||
|
|
Loading…
Reference in New Issue