Skip to content

Feature: Disable autotagging of @RestController Classes #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
coding-jj opened this issue Feb 13, 2020 · 1 comment
Closed

Feature: Disable autotagging of @RestController Classes #420

coding-jj opened this issue Feb 13, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@coding-jj
Copy link

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
@bnasslahsen
Copy link
Collaborator

Hi @notes-jj,

The following property will be added on v1.2.31 to disable auto-tagging of RestController Classes.

springdoc.auto-tag-classes=false

The default value of this property, is set to true.

@bnasslahsen bnasslahsen added the enhancement New feature or request label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants