Skip to content

Commit 77f7f8a

Browse files
authored
docs: fix JdbcBatchItemWriter datasource documentation (#994)
Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>
1 parent 0850fea commit 77f7f8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/batch-starter.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ You can also specify JDBC DataSource specifically for the writer by using the fo
569569
| `spring.batch.job.jdbcbatchitemwriter.datasource.enable`
570570
| `boolean`
571571
| `false`
572-
| Determines whether `JdbcCursorItemReader` `DataSource` should be enabled.
572+
| Determines whether `JdbcBatchItemWriter` `DataSource` should be enabled.
573573

574574
| `jdbcbatchitemwriter.datasource.url`
575575
| `String`
@@ -586,7 +586,7 @@ You can also specify JDBC DataSource specifically for the writer by using the fo
586586
| `null`
587587
| Login password of the database.
588588

589-
| `jdbcbatchitemreader.datasource.driver-class-name`
589+
| `jdbcbatchitemwriter.datasource.driver-class-name`
590590
| `String`
591591
| `null`
592592
| Fully qualified name of the JDBC driver.

0 commit comments

Comments
 (0)