You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
springdoc.autotag-classes=false
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: