Common Notes:

-@api () for classes; Indicates the resource that identifies the class as Swagger -- @apiOperation () for the method; The operation that represents an HTTP request -- @apiparam () is used for method, parameter, and field specification; - @apimodel () for the class to specify the class, for the parameter to receive with the entity class - @apimodelProperty () for the method, -- @apiIgnore () is used for classes, methods, The method parameter indicates that the method or class is being ignored - @APIImplicitParam () for the method indicates a single request parameter - @APIImplicitParams () for the method, containing multiple @APIImplicitParams

Search the document

https://blog.csdn.net/wyb8805…