Skip to content

Commit

Permalink
Fix URI pattern example in webflux.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
limo520 authored and xcl(徐程林) committed Aug 16, 2020
1 parent 932458d commit 20bea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/webflux.adoc
Expand Up @@ -1435,7 +1435,7 @@ and `+"/pages/t3st.html"+`

| `+{*path}+`
| Matches zero or more path segments until the end of the path and captures it as a variable named "path"
| `+"/resources/{*file}"+` matches `+"/resources/images/file.png"+` and captures `+file=resources/file.png+`
| `+"/resources/{*file}"+` matches `+"/resources/images/file.png"+` and captures `+file=/images/file.png+`

|===

Expand Down

0 comments on commit 20bea88

Please sign in to comment.