# springbatch_explore **Repository Path**: zhangjun050754/springbatch_explore ## Basic Information - **Project Name**: springbatch_explore - **Description**: SpringBoot集成Spring Batch,本地分区Local Partition - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-20 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springbatch_explore #### 介绍 Spring Batch 分区分批处理数据 #### 特技 2020-11-18 1、spring batch 分区分页读数据库,写数据库 2、partition分区,从input表到输出表传输数据,reader设置分页 读取数据,processor获取输入数据并处理逻辑,writer向输出表 写数据。 2020-11-19 spring batch 数据迁移性能优化