[fix]:statistics

This commit is contained in:
alwayssuper
2025-02-22 16:58:47 +08:00
parent 8e7bbfe0da
commit 6d059eae61
15 changed files with 368 additions and 5 deletions

View File

@@ -78,10 +78,10 @@ spring:
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
data:
redis:
host: 127.0.0.1 # 地址
host: chaojiniu.top # 地址
port: 6379 # 端口
database: 1 # 数据库索引
# password: 123456 # 密码,建议生产环境开启
database: 15 # 数据库索引
password: fsknKD7UvQYZsyf2hXXn # 密码,建议生产环境开启
--- #################### 定时任务相关配置 ####################