Skip to content

bfoerster/zuul-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a basic example of the Zuul gateway service and spring. It is very simple. I just wanted to play a little with these technologies.

Build the services

run gradle build in project webservice and project zuul.

How to start the services

To start the web service just run the main method of the WebServiceApplication class.

To start the zuul service just run the main method of the ZuulApplication class.

Access the webservice

If the service is running you can access the web service directly using http://localhost:9000/movies

If Zuul service is also running you can access the web service via Zuul using http://localhost:8080/service/movies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages