File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,22 @@ This is example of spring boot microservice example with Eureka Server + Eureka
55 - ** Eureka Server** : Eureka service registry
66 - ** Spring Cloud API Gateway** : API Gateway which is responsible to route the request to specific microservice
77 - ** Spring OAuth2.0** : Authentication service and responsible to secure the end points.
8- - ** User Service** : User microservice with a basic feature (Eureka client)
9- - Supports circuit breaker at the time of calling order service
8+ - Generate OAuth token
9+ - Validate the OAuth token
10+ - ** User Service** : User microservice with a basic feature
11+ - Eureka Client
12+ - OAuth2.0 Client
13+ - Supports RestTemplate Client
14+ - Supports Resilience4J circuit breaker
15+ - Use of Resilience4J circuit breaker with RestTemplate
1016 - ** Order Service** : Order microservice with a basic feature (Eureka client)
11-
17+ - Eureka Client
18+ - OAuth2.0 Client
19+ - Supports FeignClient Client
20+ - Supports Resilience4J circuit breaker
21+ - Use of Resilience4J circuit breaker with FeignClient
22+ - ** Notification Service** : Notification microservice with basic feature
23+
1224## Checkout repository
1325
1426
You can’t perform that action at this time.
0 commit comments