This is a Java Spring Batch project that allows you to import data from REST API into a database.
The project utilizes the following technologies and frameworks:
- Java
- Spring Boot
- Spring Batch
- Maven (for build and dependency management)
- PostgreSQL
- Docker
Before running this project, make sure you have the following prerequisites installed:
- Java JDK (version 17 or higher)
- Maven (for building and managing dependencies)
- Docker
- Clone the repository:
git clone https://github.com/uberlannunes/spring-batch-rest-api-to-db.git- Navigate to the project directory:
cd spring-batch-rest-api-to-db- Execute docker compose command to setup the Database
docker compose up -d- Run the Application
./mvnw spring-boot:run