|
@@ -22,7 +22,6 @@ public class Swagger2Config {
|
22
|
22
|
public Docket docket(){
|
23
|
23
|
return new Docket(DocumentationType.SWAGGER_2).apiInfo(apiInfo()).select()
|
24
|
24
|
.apis(RequestHandlerSelectors.basePackage("com.example.wholeestate.controller"))
|
25
|
|
- .apis(RequestHandlerSelectors.basePackage("com.example.wholeestate.wx.controller"))
|
26
|
25
|
.paths(PathSelectors.any()).build();
|
27
|
26
|
}
|
28
|
27
|
//构建api文档的详细信息函数
|