...
|
...
|
@@ -20,7 +20,7 @@ public class Swagger2 { |
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
|
.apiInfo(apiInfo())
|
|
|
.select()
|
|
|
//为当前包路径
|
|
|
//为,当前包路径
|
|
|
.apis(RequestHandlerSelectors.basePackage("com.tianbo.warehouse.controller"))
|
|
|
.paths(PathSelectors.any())
|
|
|
.build();
|
...
|
...
|
|