Repository files navigation Pizzeberus: Spring Cloud Project
Responsible for managing pizza reads
Responsible for managing pizza writings
Responsible for managing users
mvn clean install to install the project dependencies
docker-compose up --build to build up Rabbitmq, Zipkin & PostgreSQL
Start the Config Server
Start the Eureka Server
Start the Gateway Server
Start the microservices: pizza-read, pizza-write & user-crud
Store the configurations for all microservices in the application
Each microservice doesn't need to store its configuration
Service discovery for microservices
Contains all the information about client microservices running on which IP address and port
Eureka URL
A simple, yet effective way to route to APIs
Retrieve data from multiple services with a single request
Gateway URL
Distributed tracing
Provides mechanisms for sending, receiving, storing & visualizing traces
Zipkin URL
Create a new user
Modify a user
Delete a user
Retrieve users
Retrieve user by ID
Select pizzas as favourites of users
Unselect pizzas as favourites of users
Swagger User-crud
About
Pizzeberus: Spring Cloud Project
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.