Skip to content

cedric-vallee/spring-boot-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-batch

this project is based on gs-batch-processing

The goal of this project is to use spring batch with an in-memory map instead of using spring batch tables

You can setup a database to work with. for example this application.yml

spring:
    datasource:
        driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
        password: 
        url: jdbc:sqlserver://<ip>:<port>;databaseName=<name>
        username: 

with that, you will be able to work with the db (for writer in this project) but without the need of the spring batch table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published