This is a Flower store created in a microservice architecture using Springboot, Eureka, Ribbon, OpenFeign, Config Service, Sleuth + Papertrail to Distributed Tracing.
You should have Docker compose, Maven and JDK 17 installed on your machine.
- On root folder, run
docker-compose up -d
to start the database. - On each microservice folder, run
mvn clean install
to build the microservice. - On each microservice folder, run
mvn spring-boot:run
to start the microservice.