Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1023 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 1023 Bytes

License: MIT download

What's this

This lib provides spring-batch tasklet and writer for MSSQL bulk copy.

How to use

repositories {
    jCenter()
}

dependencies {
    compile "com.github.newnewcoder:springbatch-mssql-bulkcopy:<latest version>"
    // only support mssql-jdbc, not jTds ...etc.
}

Tasklet or writer usage see test case

How to build project locally

First, install docker and docker-compose, then run below:

./gradlew build