# spring-batch-task **Repository Path**: AquariusFu/spring-batch-task ## Basic Information - **Project Name**: spring-batch-task - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-13 - **Last Updated**: 2022-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-batch-task #### 介绍 spring-batch框架使用demo #### 软件架构 软件架构说明 spring-boot spring-batch #### 使用说明 1. 将解析清洗过程封装至每个独立的service中 2. 在SplitJobDemo类中,定义step加载service 3. 将第一步封装的step加载到flow中 4. 将flow挂载到splitJob中