|
1 | | -# Hystrix Dashboard, Swagger2 with [secure-spring-boot-microservice](https://github.com/ahsumon85/secure-spring-boot-microservice) |
| 1 | +# AceD Token - microservices |
| 2 | + |
2 | 3 |
|
3 | 4 | ## Overview |
4 | 5 |
|
5 | | -### The architecture is composed by five services: |
| 6 | + |
6 | 7 |
|
7 | | - * [`micro-api-getway`](https://github.com/ahsumon85/advance-spring-boot-microservice#api-gateway-service): API Gateway created by **Zuul** that is internally uses Ribbon **Load Balancer** and also can monitor Hystrix stream from every API request by **Hystrix** |
8 | 8 |
|
9 | | - * [`micro-eureka-server`](https://github.com/ahsumon85/advance-spring-boot-microservice#eureka-service): Service **Registry Server** created by Eureka with **Load Balancer** for inter-service communication |
| 9 | +### The architecture is composed by five services: |
10 | 10 |
|
11 | | - * [`micro-auth-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#authorization-service): Simple REST service created with `Spring Boot, Spring Cloud Oauth2, Spring Data JPA, MySQL` to use as an **authorization service** |
| 11 | + * [`api-getway`](https://github.com/ahsumon85/advance-spring-boot-microservice#api-gateway-service): API Gateway created by **Zuul** that is internally uses Ribbon **Load Balancer** and also can monitor Hystrix stream from every API request by **Hystrix** |
12 | 12 |
|
13 | | - * [`micro-item-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#item-service---resource-service): Simple REST service created with `Spring Boot, Spring Data JPA, MySQL and swagger to test api` to use as a **resource service** |
| 13 | + * [`eureka-server`](https://github.com/ahsumon85/advance-spring-boot-microservice#eureka-service): Service **Registry Server** created by Eureka with **Load Balancer** for inter-service communication |
| 14 | + |
| 15 | + * [`auth-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#authorization-service): Simple REST service created with `Spring Boot, Spring Cloud Oauth2, Spring Data JPA, MySQL` to use as an **authorization service** |
14 | 16 |
|
15 | | - * [`micro-sales-service`](https://github.com/ahsumon85/advance-spring-boot-microservice#sales-service--resource-service): Simple REST service created with `Spring Boot, Spring Data JPA, MySQL and swagger to test api` to use as a **resource service** |
16 | 17 |
|
17 | 18 | `Follow the link to see docker deployment with docker,docker-compose` [`dockerized-spring-boot-microservice`](https://github.com/ahsumon85/dockerized-spring-boot-microservice) |
18 | 19 |
|
@@ -432,8 +433,6 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter { |
432 | 433 |
|
433 | 434 |  |
434 | 435 |
|
435 | | -### Oauth2 login UI |
436 | | -<img src="https://user-images.githubusercontent.com/31319842/101333236-932c2a00-38a0-11eb-8bdb-bde71fa98a7f.png" alt="Screenshot from 2020-12-07 15-22-53" style="height:%" /> |
437 | 436 |
|
438 | 437 |
|
439 | 438 |
|
|
0 commit comments