Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
1860b264
Unverified
Commit
1860b264
authored
Nov 21, 2016
by
周立
Committed by
Spencer Gibb
Jan 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spell error
fix spell error
parent
fccbe1af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+1
-1
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
1860b264
...
@@ -1598,7 +1598,7 @@ Example configuration:
...
@@ -1598,7 +1598,7 @@ Example configuration:
In this example we are strangling the "legacy" app which is mapped to
In this example we are strangling the "legacy" app which is mapped to
all requests that do not match one of the other patterns. Paths in
all requests that do not match one of the other patterns. Paths in
`/first/{all}` have been extracted into a new service with an external
`/first/{all}` have been extracted into a new service with an external
URL. And paths in `/second/{all}` are forwared so they can be handled
URL. And paths in `/second/{all}` are forwar
d
ed so they can be handled
locally, e.g. with a normal Spring `@RequestMapping`. Paths in
locally, e.g. with a normal Spring `@RequestMapping`. Paths in
`/third/{all}` are also forwarded, but with a different prefix
`/third/{all}` are also forwarded, but with a different prefix
(i.e. `/third/foo` is forwarded to `/3rd/foo`).
(i.e. `/third/foo` is forwarded to `/3rd/foo`).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment