|
@@ -51,7 +51,7 @@ public class SwaggerConfig {
|
|
pars.add(tokenPar5.build());
|
|
pars.add(tokenPar5.build());
|
|
|
|
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
- .groupName("*-exchange")
|
|
|
|
|
|
+ .groupName("cas")
|
|
.select()
|
|
.select()
|
|
.apis(RequestHandlerSelectors.basePackage("com.qmth"))
|
|
.apis(RequestHandlerSelectors.basePackage("com.qmth"))
|
|
// .apis(RequestHandlerSelectors.any())
|
|
// .apis(RequestHandlerSelectors.any())
|