Closed
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