# springboot-batch **Repository Path**: lzh2019/springboot-batch ## Basic Information - **Project Name**: springboot-batch - **Description**: spring-batch学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. This is a basic spring batch Demo: base on Spring Boot 2.0.1 2. Before you start up application: please modify your own database config : application.yml please prepare the metadata table for spring batch : metadata/batch_innodb.sql please prepare access table for this demo test : metadata/access.sql