We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0850fea commit 77f7f8aCopy full SHA for 77f7f8a
1 file changed
docs/modules/ROOT/pages/batch-starter.adoc
@@ -569,7 +569,7 @@ You can also specify JDBC DataSource specifically for the writer by using the fo
569
| `spring.batch.job.jdbcbatchitemwriter.datasource.enable`
570
| `boolean`
571
| `false`
572
-| Determines whether `JdbcCursorItemReader` `DataSource` should be enabled.
+| Determines whether `JdbcBatchItemWriter` `DataSource` should be enabled.
573
574
| `jdbcbatchitemwriter.datasource.url`
575
| `String`
@@ -586,7 +586,7 @@ You can also specify JDBC DataSource specifically for the writer by using the fo
586
| `null`
587
| Login password of the database.
588
589
-| `jdbcbatchitemreader.datasource.driver-class-name`
+| `jdbcbatchitemwriter.datasource.driver-class-name`
590
591
592
| Fully qualified name of the JDBC driver.
0 commit comments