-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Sébastien Deleuze opened SPR-15292 and commented
Polish Kotlin routing DSL with:
typealiasto replace types likeRouterDsl.() -> UnitbyRoutesString.invoke()aspath("/foo")shortcutString.route()aspathPrefix("/foo").route()shortcut- Avoid requiring
PathPredicates.*import
Referenced from: commits 710702a
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement