Skip to content

Files

Latest commit

author
Bryan Eaton
Oct 27, 2020
857d9cd · Oct 27, 2020

History

History
9 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 285 Bytes

Spring Boot with Spring Batch Example 1

Load CSV to DB

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

H2 Config

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