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
This is due to the fact that the tags are already defined on Operation level (And not the fact of annotations on interface).
Anyway, this will be fixed for the next release: v1.2.31;
Also, with the next release we introduce the following property, so you can have full control on tags naming :
springdoc.auto-tag-classes=false
bnasslahsen
changed the title
Annotations on interface duplicates endpoints on swagger-ui
Duplicate tags if they are defined on @Operation annotation on swagger-ui
Feb 17, 2020
Describe the bug
Duplicate definition when the annotations are given in the interface.
To Reproduce
Expected behavior
Only one map for
apertura
endpoint. Actually, swagger-ui is showing two endPoints but only there are one.Screenshots
Additional context
N/A
The text was updated successfully, but these errors were encountered: