Implementation of a microservices architecture with spring cloud components by xadimouSALIH
Architecture Schemas
Usage
-
Start spring-cloud-config-server which is the Spring cloud Bus embedded a git repository that centralize all project configurations
-
Start config-management-service microservice which manage configurations
-
Start eureka-naming-and-discovery-server the naming and discovery serveur with eureka
-
Start declaration-timbre-service a business microservice to declare a tax
-
Start paiement-timbre-service a business microservice to pay declared tax
-
Start zuul-api-gateway-server representing the api gateway of this POC