spring-boot/spring-boot-project/spring-boot-docs
Phillip Webb 890ea153bf Allow endpoint @Selector to capture all paths
Update `@Selector` with a `match` attribute that can be used to select
all remaining path segments. An endpoint method like this:

	 select(@Selector(match = Match.ALL_REMAINING) String... selection)

Will now have all reaming path segments injected into the `selection`
parameter.

Closes gh-17743
2019-07-31 12:44:46 +01:00
..
src Allow endpoint @Selector to capture all paths 2019-07-31 12:44:46 +01:00
pom.xml Tighten up sourceDocumentExtensions used for single and multi-page docs 2019-07-19 14:55:10 +01:00