-
-
Notifications
You must be signed in to change notification settings - Fork 584
Open
Description
I use this to add controller description:
@Tag(
name = "User API",
description = "Operations related to user management such as create, update, delete and retrieval."
)
@RestController
@RequestMapping(value = "/productgroup")
public class ProductGroupController {
}
but when I remove name = "User API", I get error 'name' missing but required. Any way how to keep the description without overriding the controller name?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels