-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Briggybros and vubogovich
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request