/springboot-batch

SpringBoot整合SpringBatch的实用简例

Primary LanguageTSQL

  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