Skip to content

Commit 6362503

Browse files
committed
6.0 ItemReaders和ItemWriters
1 parent 3407d47 commit 6362503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

06_ItemReaders_ItemWriters/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#ItemReaders和ItemWriters#
22

3-
All batch processing can be described in its most simple form as reading in large amounts of data, performing some type of calculation or transformation, and writing the result out. Spring Batch provides three key interfaces to help perform bulk reading and writing: **ItemReader**, **ItemProcessor** and **ItemWriter**.
3+
4+
所有的批处理都可以描述为最简单的形式: 读取大量的数据, 执行某种类型的计算/转换, 以及写出执行结果. Spring Batch 提供了三个主要接口来辅助执行大量的读取与写出: **ItemReader**, **ItemProcessor****ItemWriter**.

0 commit comments

Comments
 (0)