Skip to content

renanravelli/spring-batch-beanio-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Batch example with BeanIO

One little spring batch framework example with BeanIO library.

Dependencies

Spring-Batch dependency in version 4.1.2

 <dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-batch</artifactId>
   <version>4.1.2</version>
 </dependency>

BeanIO dependency in version 2.1.0

 <dependency>
  <groupId>org.beanio</groupId>
  <artifactId>beanio</artifactId>
  <version>2.1.0</version>
 </dependency>

H2 - Database dependency in version 1.4.199

 <dependency>
   <groupId>com.h2database</groupId>
   <artifactId>h2</artifactId>
   <version>1.4.199</version>
 </dependency>

JPA dependency in version 2.1.3.RELEASE

 <dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-data-jpa</artifactId>
   <version>2.1.3.RELEASE</version>
 </dependency>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

One little spring batch framework example with BeanIO library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages