添加redis缓存支持

This commit is contained in:
macro
2020-03-22 15:09:32 +08:00
parent fa0af3188c
commit 092bd90257
11 changed files with 184 additions and 98 deletions

View File

@@ -33,7 +33,7 @@ spring:
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 8 # 连接池中的最大空闲连接
min-idle: 0 # 连接池中的最小空闲连接
timeout: 3000ms # 连接超时时间(毫秒)
timeout: 1000ms # 连接超时时间(毫秒)
rabbitmq:
host: localhost