chore: update visible branding

This commit is contained in:
msh-agent
2026-05-21 09:25:57 +08:00
parent bddce0794f
commit 4cf763c3a5
10 changed files with 14 additions and 15 deletions

View File

@@ -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();
}

View File

@@ -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();
}