Dave Syer
a2fade98a5
Change docs path in README
10 years ago
Roy Clarkson
64c447f0cb
Fix Travis CI image and link in README
10 years ago
Spencer Gibb
b7db65863f
rename FeignConfigurer to FeignConfiguration
...
fixes gh-91
10 years ago
Dave Syer
fc0aac3b01
Add paragraph in docs about eureka instance id
...
Fixes gh-63
10 years ago
Dave Syer
dfae445499
Strip prefixes from zuul routes by default
...
The default behaviour is now to strip the prefixes (global and
route-specific) by default. E.g.
zuul:
prefix: /api
routes:
customers: /customers/**
Will forward /api/customers/101 to /101 on the customers service
See gh-43
10 years ago
Dave Syer
2cdcd767ac
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
10 years ago
Dave Syer
34f277b816
Add ZuulRoute as values object in zuul.routes
...
User can now specify zuul.routes.*.{path,url,serviceId} (with
"url" and "serviceId" mutually exclusive (and "location" is a
synonym) separately, or can use a one-one short form, like the
old style.
See gh-77
10 years ago
Spencer Gibb
75addf04d3
change zuul implementation to be controller/handler mapping based.
...
This allows mappings to be at the root and not have to be prefixed. It also allows mappings to fall through to other handler mappings. Patterns are now Ant-style via AntPathMatcher.
fixes gh-72
10 years ago
Spencer Gibb
79db27226f
added documentation for zuul options.
...
fixes gh-68
10 years ago
Dave Syer
d2cfcb0c2d
Fix formatting
10 years ago
Scott Frederick
151ae8e6e1
Fixed formatting in docs.
10 years ago
Dave Syer
ed053e9b9b
Add contributing section to README
10 years ago
Spencer Gibb
0f573dfe94
Added notes about how to configure @HystrixCommand and where to go to find out more information.
...
fixes gh-58
10 years ago
Spencer Gibb
1cd06e657e
Don't swallow execeptions with zuul by reusing the spring boot error facilities.
...
fixes gh-40
10 years ago
Spencer Gibb
f215c52f3c
updated docs to reflect that feign will now handle Generics
10 years ago
Dave Syer
bebcf66041
Add some documentation on DiscoveryClient
...
and how to use it. In particular you can't use it before the
ApplicationContext is past phase=0 of lifecycle startup.
Fixes gh-48
10 years ago
Spencer Gibb
e2e193eaa7
added support for standalone zuul server with @EnableZuulServer .
...
Removed old zuul module.
fixes gh-14
10 years ago
Dave Syer
c67caa2b2f
Update README with building section
10 years ago
Spencer Gibb
ce5b1bbbfb
allow customization of turbine clusterName via SPEL expression in applcation.properties.
...
Fixes gh-49
10 years ago
Spencer Gibb
766ac6b852
add a bit of turbine documentation
10 years ago
Christian Dupuis
d715ec570f
Add paragraph to documentation about Hystrix /health endpoint
10 years ago
Dave Syer
dd967120aa
Add eureka peer awareness docs
...
It works quite well locally actually. I tested with hostnames
127.0.0.1 and 127.0.1.1 and 2 servers running on localhost.
See gh-28
10 years ago
Dave Syer
35d02f75ae
Switch eureka endpoint to /eureka
...
All static content is excluded in the Jersey config, so we can use
/eureka for the prefix to the Eureka API (i.e. /apps etc.)
Fixes gh-44
10 years ago
Dave Syer
df0d44d153
Update docs and tests for /eureka path
10 years ago
Spencer Gibb
33b3b52170
added travis build status to readme
10 years ago
Dave Syer
f934b88a76
Ensure eureka client has a default zone with a serviceUrl
10 years ago
Dave Syer
49db709de9
Simplify README generator
10 years ago
Dave Syer
8eae5fb52a
Add docs for Eureka server as executable JAR
10 years ago
Dave Syer
3dd15621dc
Move docs to submodule for multi-module projects
10 years ago