Skip to content

java-tips/spring-cloud-zuul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-zull

First Step
Build and run example service:
cd ./company
mvn clean install
mvn spring-boot:run

Second Step
Build and run Zuul proxy:
cd ./zuul
mvn clean install
mvn spring-boot:run

Open your browser:
http://localhost:8080/api/company

Enjoy it!!!

Releases

No releases published

Packages

No packages published

Languages