Move some of the routing logic into the route locator
We now support prefix stripping per service, e.g.
zuul:
routes:
customers:
path: /customers/**
stripPrefix: true
Will route /customers/101 -> /101 (on the customers service)
See gh-77
Showing
Please
register
or
sign in
to comment