Commit 06a9bac 1 parent f154535 commit 06a9bac Copy full SHA for 06a9bac
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,19 @@ Each of the java based applications is started with the `chaos-monkey` profile i
73
73
74
74
You can then access petclinic here: http://localhost:8080/
75
75
76
+ ## Microservices Overview
77
+
78
+ This project consists of several microservices:
79
+ - ** Customers Service** : Manages customer data.
80
+ - ** Vets Service** : Handles information about veterinarians.
81
+ - ** Visits Service** : Manages pet visit records.
82
+ - ** API Gateway** : Routes client requests to the appropriate services.
83
+ - ** Config Server** : Centralized configuration management for all services.
84
+ - ** Discovery Server** : Eureka-based service registry.
85
+
86
+ Each service has its own specific role and communicates via REST APIs.
87
+
88
+
76
89
![ Spring Petclinic Microservices screenshot] ( docs/application-screenshot.png )
77
90
78
91
You can’t perform that action at this time.
0 commit comments