GitHunt
GC

gchauvet/spring-batch-beanio-integration

One little spring batch framework example with BeanIO library.

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.

Languages

Java100.0%

Contributors

Created June 15, 2025
Updated June 15, 2025
gchauvet/spring-batch-beanio-integration | GitHunt