An open API service indexing awesome lists of open source software.

https://github.com/dimmaryanto93/springboot2-cloud-openfeign-ribbon-example

Example Springboot Cloud implement service mesh, Discovery Client, Microservice, OAuth 2.0
https://github.com/dimmaryanto93/springboot2-cloud-openfeign-ribbon-example

discovery-service eureka hystrix openfeign ribbon springboot2

Last synced: 8 months ago
JSON representation

Example Springboot Cloud implement service mesh, Discovery Client, Microservice, OAuth 2.0

Awesome Lists containing this project

README

          

## Spring Cloud Discovery Service

For first-time you need install the dependency using command:

```bash
mvn clean package install
```

Services:

| Service Names | Command | Ports bind | Required |
|--- |--- |--- | --- |
| eureka-server | `mvn clean -pl eureka-server spring-boot:run` | 8761 | always |
| api-gateway | `mvn clean -pl netflix-zuul spring-boot:run` | 8765 | always |
| wilayah-service | `mvn clean -pl wilayah-service spring-boot:run` | [8011..8020] | Required by `nasabah-service` |
| nasabah-service | `mvn clean -pl nasabah-service spring-boot:run` | [8021..8030] | Optional |

## Maintainers

- Dimas Maryanto

if you want to contribute please email me.