Skip to content

Operation's paths specified via inherited base class are not honored #33

@trurli

Description

@trurli

Given a controller implementation that inherits from a base class, e.g. ControllerImpl extending BaseController and a @RequestMapping("/base") at the class-level on BaseController and an annotation @RequestMapping("/operation") on some operation in ControllerImpl, the resulting generated OpenAPI spec will just list /operation as its path, although in reality the operation is reachable via /base/operation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions