Commit cad4331a by 段启岩

SwaggerUI添加认证信息请求头

parent f03e47e4
......@@ -31,7 +31,7 @@ public class SwaggerConfig {
private ApiInfo apiInfo() {
return new ApiInfoBuilder().title("云里云外开源社区Api文档")
.description("用户信息管理")
.description("云里云外开源社区")
.version("1.0.0")
.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