Add some more routes for demos

This commit is contained in:
Dave Syer
2016-02-29 13:58:51 +00:00
parent d1a402b9a6
commit 7903d2e8aa

View File

@@ -1,10 +1,15 @@
spring.application.name: zuulproxy
server.port: 9900
zuul.ignored-patterns: /missing
zuul.routes.admin.path: /admin/**
zuul.routes.admin.url: forward:/
zuul.routes.good.path: /good/**
zuul.routes.good.url: forward:/good
zuul.routes.bad.path: /bad/**
zuul.routes.bad.url: http://localhost:7777
zuul.routes.gh.path: /gh/**
zuul.routes.gh.url: https://github.com
zuul.routes.gh.ignored-headers: Set-Cookie,Cookie
zuul.routes.ui.path: /**
zuul.routes.ui.url: http://localhost:8080
logging.level.org.springframework.web: DEBUG