https://github.com/jonashackt/zuul-edgeservice
Simple edge service using Spring Cloud Zuul
https://github.com/jonashackt/zuul-edgeservice
Last synced: about 1 year ago
JSON representation
Simple edge service using Spring Cloud Zuul
- Host: GitHub
- URL: https://github.com/jonashackt/zuul-edgeservice
- Owner: jonashackt
- License: mit
- Created: 2017-03-10T10:43:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T14:17:39.000Z (about 9 years ago)
- Last Synced: 2025-02-13T14:23:48.803Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zuul-edgeservice
Simple edge service using Spring Cloud Zuul
Using the [Spring Cloud Netflix stack](http://cloud.spring.io/spring-cloud-netflix/spring-cloud-netflix.html)
Fire up a backend service, like this one: https://github.com/jonashackt/weatherbackend and configure your routes inside the [application.properties](https://github.com/jonashackt/weatherbackend/blob/master/src/main/resources/application.properties).
If you use the weatherbackend and have
[http://localhost:8090/weather/general/outlook](http://localhost:8090/weather/general/outlook)
running with it, just try this edgeservice and type
[http://localhost:8080/api/weatherbackend/weather/general/outlook](http://localhost:8080/api/weatherbackend/weather/general/outlook)