Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 448 Bytes

Spring-batch-process

[ Spring batch + scheduler ]

V1

  • Scheduler after 15 secs
  • Read file Books.csv
  • Read 2 records at once
  • Process and add to local DB

V2

  • Web page services added
  • port 9090 localhost:9090/
  • Logging will save in file
    • if size max 10 MB it will auto save to archive

V3 --✔ Working

  • Read file from external folder
  • ✔ Connect to DB
  • ✔ Vue.js html page added
  • ✔ Hibernate added
  • MyBatis add