Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sun-rishi/Spring-Boot-Eureka-Discovery-Server-Spring-Boot-Gateway-Microservices

Repository files navigation

Microservices With Eureka Client, Server and Spring Cloud Gateway

This project has three microservices which are registered with Eureka Server. Spring Cloud Gateway is used to communicate to each of the service.

Quick Start

Note: Run as Springbootapp using Spring Tool Suite.

Run discovery server. (PORT - 8761)

Run all three microservices. (PORT - 8661,8662,8663)

Run gateway Service. (PORT - 8080)

Final Review

Go To Url: http://localhost:8661/service-one/get

Go To Url: http://localhost:8662/service-two/get

Go To Url: http://localhost:8663/service-three/get

Go To Url for gateway routing for all three services:

http://localhost:8080/service-one/get

http://localhost:8080/service-two/get

http://localhost:8080/service-three/get

Feedback

Please report bugs, concerns, suggestions by issues.

About

Microservice Architecture With Eureka Server, Client, And Spring Cloud Gateway

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /