Skip to content

bijukunjummen/sample-zuul-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running it all local is simple, do the following in sequence, in 3 different terminal windows:

Start up Eureka
cd sample-eureka
mvn spring-boot:run
Start up the Service
cd sample-svc
mvn spring-boot:run
Start up the Gateway
cd sample-zuul-gateway
mvn spring-boot:run

If all the applications have come up cleanly, a sample UI should be available at http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published