|
@@ -17,7 +17,7 @@ public class Swagger2 {
|
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
|
.apiInfo(apiInfo())
|
|
.apiInfo(apiInfo())
|
|
|
.select()
|
|
.select()
|
|
|
- .apis(RequestHandlerSelectors.basePackage("com.controller"))
|
|
|
|
|
|
|
+ .apis(RequestHandlerSelectors.basePackage("com.usoftchina.bi.server.controller"))
|
|
|
.paths(PathSelectors.any())
|
|
.paths(PathSelectors.any())
|
|
|
.build();
|
|
.build();
|
|
|
}
|
|
}
|