- Java 21
- Spring Boot
- Spring Batch
- PostgreSQL
- RabbitMQ
- Docker
It is a web project developed with spring batch, with the objective of migrating data from one side to another.
This project has an UISwing, responsable by send message to RabbitMQ.
By other side too has two jobs, that listen a queue from RabbitMQ.
When anyone job receive a message, this job is started, where do all procecessing of data.

- sudo docker-compose down -v
- sudo docker-compose up
- mvn clean package
- mvn spring-boot:run
