Skip to content

Feature: Disable autotagging of @RestController Classes #420

Closed
@coding-jj

Description

@coding-jj

Is your feature request related to a problem? Please describe.

Create application-properties property to prevent creation of tags for every class. In my case all Methods are tagged individually and the @RestController Classes should not appear as Tag.

Describe the solution you'd like

  • application.properties:
    springdoc.autotag-classes=false
  • Classes should not appear as Tags in /v3/api-docs

Describe alternatives you've considered

  • None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions