Hi there, I'm xedlab
Blabla - this project helped me improve my knowledge about spring boot and microservices
- Api
Declaration of Rest services and Api models- Utils
Declaration of Rest Handler Exception services and helpers method- Microservices
Main Rest Service
Using pgAdmin you need to create three databases
- product-db
- recommendation-db
- review-db
username: "postgres" password: "password"
Using different Docker-compose files
- docker-compose.yml
Deploying an application using RabbitMQ as a broker.- docker-compose.yml
Deploying an application with additional containers using RabbitMQ as a broker with a double splitter feature.- docker-compose-kafka.yml
Deploying an application with additional containers using Kafka as a broker with a double splitter feature.