Skip to content

Improve support of spring mvc request mapping #240

Closed
@herau

Description

@herau

Currently a correct spring mvc declaration, like below, will show a wrong path value in the jsondoc

/api/widgetframe instead of /api/widget/frame

@RestController
@RequestMapping(path = {"/api/widget"})
class WidgetController {
    @RequestMapping(method = GET, path = "frame")
    public String getItem(){}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions