Welcome to the Spring Boot Batch Project! This project is designed to demonstrate how to create and manage batch processing jobs using Spring Boot and Spring Batch. The application reads data from database, processes it, and Update the results to a database
Before you begin, ensure you have met the following requirements:
- Java 21 or higher
- Gradle
- Docker
./gradlew build
./gradlew bootRun