Skip to content

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

License

Notifications You must be signed in to change notification settings

newnewcoder/spring-batch-mssql-bulkcopy

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published