学年管理-新增模块标签

This commit is contained in:
2025-11-28 16:35:00 +08:00
parent c0fca88261
commit 6895fdb185
7 changed files with 270 additions and 7 deletions

View File

@@ -81,15 +81,15 @@ spring:
# redis 配置
redis:
# 地址
host: localhost #正式环境redis
# host: 47.112.118.149 #测试开发地址
# host: localhost #正式环境redis
host: 47.112.118.149 #测试开发地址
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码SSSS
# password: Houpuyfb #测试开发密码
password: #正式环境密码
password: Houpuyfb #测试开发密码
# password: #正式环境密码
# 连接超时时间
timeout: 10s
lettuce: