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
5
5
- ** Eureka Server** : Eureka service registry
6
6
- ** Spring Cloud API Gateway** : API Gateway which is responsible to route the request to specific microservice
7
7
- ** 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
10
16
- ** 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
+
12
24
## Checkout repository
13
25
14
26
You can’t perform that action at this time.
0 commit comments