Skip to content

Instantly share code, notes, and snippets.

View Ruggero73's full-sized avatar

Ruggero Ruggero73

View GitHub Profile
@Ruggero73
Ruggero73 / spring-batch-instructions.md
Created October 12, 2025 13:06
GitHub Copilot Instructions for Spring Batch Application

GitHub Copilot Instructions for Spring Batch Application

Task Description

Create a Spring Boot Batch application that reads CSV data and writes it to an H2 database.

Input Requirements

  • CSV file with structure: surname;lastname;email
  • Sample data format: pippo;rossi;pippo.rossi@xxx.com

Implementation Steps