refactor: 全局重命名系统名称为社区生鲜团购系统
This commit is contained in:
@@ -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("开发团队")
|
||||
|
||||
Reference in New Issue
Block a user