更新redis的使用和数据汇总性能优化

This commit is contained in:
2026-06-24 13:49:57 +08:00
parent 0b4860f46e
commit 4105b901f1
16 changed files with 662 additions and 119 deletions
@@ -40,7 +40,7 @@ spring:
data:
redis:
database: 0
host: 192.168.10.10
host: 127.0.0.1
port: 6379
password: # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
@@ -54,7 +54,7 @@ spring:
# 是否开启redis缓存 true开启 false关闭
project-options:
redis:
open: false
open: true
#mybatis
mybatis-plus: