|
|
@@ -42,10 +42,10 @@ public class SwaggerConfig {
|
|
|
ApiInfoBuilder apiInfoBuilder = new ApiInfoBuilder();
|
|
|
apiInfoBuilder.title(title);
|
|
|
apiInfoBuilder.description(description);
|
|
|
- apiInfoBuilder.license("科脉");
|
|
|
+ apiInfoBuilder.license("爱小灶");
|
|
|
apiInfoBuilder.licenseUrl("");
|
|
|
apiInfoBuilder.version(version);
|
|
|
- apiInfoBuilder.contact(new Contact("科脉-研发中心", "", ""));
|
|
|
+ apiInfoBuilder.contact(new Contact("爱小灶-研发中心", "", ""));
|
|
|
return apiInfoBuilder.build();
|
|
|
}
|
|
|
|