更新redis的使用和数据汇总性能优化
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user