|
@@ -24,7 +24,7 @@ public class SwaggerConfig {
|
|
@Bean
|
|
@Bean
|
|
public Docket docket() {
|
|
public Docket docket() {
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
return new Docket(DocumentationType.SWAGGER_2)
|
|
- .apiInfo(new ApiInfoBuilder().title("支付服务API").version("v1.0.0").build())
|
|
|
|
|
|
+ .apiInfo(new ApiInfoBuilder().title("支付服务API【pay】").version("v1.0.0").build())
|
|
.directModelSubstitute(byte.class, int.class) //修正byte转string的Bug
|
|
.directModelSubstitute(byte.class, int.class) //修正byte转string的Bug
|
|
.select()
|
|
.select()
|
|
// 文档中需要屏蔽的接口
|
|
// 文档中需要屏蔽的接口
|