# batch-demo **Repository Path**: wiysy/batch-demo ## Basic Information - **Project Name**: batch-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-12 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Batch demo This repository is part of the talk Batch Processing in Action presented by Rodrigo Graciano & Hillmer Chona * Run `mvn spring-boot:run` * Rest endpoint * **GET:** http://localhost:8080/trigger/importTourResults: Batch job to import from text file to a relational database * **GET:** http://localhost:8080/trigger/importTourResultsFaultTolerant: Batch job to import from text file to a relational database applying fault-tolerant features * **GET:** http://localhost:8080/trigger/importRaceMultiFileJob: Batch job to import from text file to a relational database * **GET:** http://localhost:8080/trigger/importRaceMultiStepJob: Batch job to import from text file to a relational database * Rest endpoint asynchronous * **GET:** http://localhost:8080/trigger-async/importTourResults: Batch job to import from text file to a relational database * **GET:** http://localhost:8080/trigger-async/importTourResultsFaultTolerant: Batch job to import from text file to a relational database applying fault-tolerant features * **GET:** http://localhost:8080/trigger-async/importRaceMultiFileJob: Batch job to import from text file to a relational database * **GET:** http://localhost:8080/trigger-async/importRaceMultiStepJob: Batch job to import from text file to a relational database * Embedded in memory H2 database console access * http://localhost:8080/h2-console/