module
is used for categorizing APIs.
postman
, each module
will be treated as a separate folder.By default, the current module name is used (or the project name for single-module projects).
Default recommended configuration:
#find module from comment tag
module=#module
/**
* Mock Apis
*
* @module mock
*/
@RestController
@RequestMapping(value = "mock")
public class MockCtrl {
}