This commit is contained in:
menxipeng
2025-08-05 20:13:15 +08:00
parent 3aaa0d1682
commit a90211c27a
9 changed files with 433 additions and 1081 deletions

View File

@@ -113,7 +113,7 @@ public class SwaggerConfig
// 用ApiInfoBuilder进行定制
return new ApiInfoBuilder()
// 设置标题
.title("标题:若依管理系统_接口文档")
.title("标题:音乐APP后台管理系统接口文档")
// 描述
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
// 作者信息

View File

@@ -68,7 +68,7 @@ spring:
# redis 配置
redis:
# 地址
host: 192.168.31.55
host: 127.0.0.1
# 端口默认为6379
port: 6379
# 数据库索引