系统接口
This commit is contained in:
@ -51,7 +51,6 @@ public class SwaggerConfig
|
||||
return new ApiInfoBuilder()
|
||||
.title("标题:若依管理系统_接口文档")
|
||||
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
|
||||
.termsOfServiceUrl("http://localhost/swagger-ui.html")
|
||||
.contact(new Contact(ruoYiConfig.getName(), null, null))
|
||||
.version("版本号:" + ruoYiConfig.getVersion())
|
||||
.build();
|
||||
|
Reference in New Issue
Block a user