chore: update visible branding
This commit is contained in:
@@ -96,8 +96,8 @@ public class SwaggerConfig{
|
||||
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder()
|
||||
.title("Crmeb Java")
|
||||
.description("Crmeb")
|
||||
.title("慢生活管理端 API")
|
||||
.description("慢生活智能营养专家管理端接口文档")
|
||||
.termsOfServiceUrl("http://host:port")
|
||||
.version("1.0.0").build();
|
||||
}
|
||||
|
||||
@@ -98,8 +98,8 @@ public class SwaggerConfig{
|
||||
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder()
|
||||
.title("Crmeb Java")
|
||||
.description("Crmeb")
|
||||
.title("慢生活 API")
|
||||
.description("慢生活智能营养专家接口文档")
|
||||
.termsOfServiceUrl("http://host:port")
|
||||
.version("1.0.0").build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user