refactor: 全局重命名系统名称为社区生鲜团购系统

This commit is contained in:
2026-03-16 22:25:45 +08:00
parent f0c62d6fd7
commit 13b2e9f093
20 changed files with 39 additions and 36 deletions

View File

@@ -22,8 +22,8 @@ public class SwaggerConfig {
public OpenAPI customOpenAPI() {
return new OpenAPI()
.info(new Info()
.title("秒杀系统API文档")
.description("FlashSaleSystem - 高并发秒杀系统接口文档")
.title("社区生鲜团购系统API文档")
.description("社区生鲜团购系统接口文档")
.version("1.0.0")
.contact(new Contact()
.name("开发团队")