记得上下班打卡 | git大法好,push需谨慎

Commit 898475b7 authored by 张国柄's avatar 张国柄

opt;

parent 7f062c93
...@@ -57,13 +57,13 @@ public class SwaggerConfig ...@@ -57,13 +57,13 @@ public class SwaggerConfig
// 用ApiInfoBuilder进行定制 // 用ApiInfoBuilder进行定制
return new ApiInfoBuilder() return new ApiInfoBuilder()
// 设置标题 // 设置标题
.title("标题:正在映画管理系统_接口文档") .title("正在映画管理系统接口文档")
// 描述 // 描述
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...") .description("用于管理集团旗下公司的业务信息...")
// 作者信息 // 作者信息
.contact(new Contact(RuoYiConfig.getName(), null, null)) .contact(new Contact(RuoYiConfig.getName(), null, null))
// 版本 // 版本
.version("版本号:" + RuoYiConfig.getVersion()) // .version("版本号:" + RuoYiConfig.getVersion())
.build(); .build();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment