Skip to content

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

License

Notifications You must be signed in to change notification settings

dimMaryanto93/springboot2-cloud-openfeign-ribbon-example

Repository files navigation

Spring Cloud Discovery Service

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

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

if you want to contribute please email me.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published