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
- Host: GitHub
- URL: https://github.com/dimmaryanto93/springboot2-cloud-openfeign-ribbon-example
- Owner: dimMaryanto93
- License: mit
- Created: 2020-02-23T13:08:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:51:23.000Z (about 1 year ago)
- Last Synced: 2024-12-27T19:42:06.507Z (9 months ago)
- Topics: discovery-service, eureka, hystrix, openfeign, ribbon, springboot2
- Language: TSQL
- Size: 862 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.