Skip to content

pathus90/SpringBatchExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot with Spring Batch Example

Load CSV to DB

  • http://localhost:8080/load - Trigger point for Spring Batch
  • http://localhost:8080/h2-console - H2 Console for querying the in-memory tables.

#Input file#

  • add input infile inside ressource folder

H2 Config

  • testdb - Database.
  • sa - User
  • password - Password.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages