Commit c42d214b c42d214bcb50cf8d3cf663c82b22cd929dc7b853 by 张云鹏

配置文件优化

1 parent a04ed737
......@@ -53,15 +53,11 @@ spring:
redis:
#数据库索引
database: 0
host: 122.112.214.149
# host: 139.196.192.242
host: localhost
port: 6379
#连接超时时间
timeout: 5000
password: redis123
#缓存过期时间
expire-minutes: 5
# sentinel:
# master: mymaster
# nodes: 122.112.214.149:6379,122.112.214.149:6379
......
......@@ -14,6 +14,6 @@ spring:
active: dev
cron: "0/10 * * * * ?"
cronSubscribe: "* 0/60 * * * ?"
cronActivityBtn: "0/60 * * * * ?"
cron: "0 0/5 * * * ?"
cronContent: "0 0/5 * * * ?"
cronActivityBtn: "0 0/5 * * * ?"
......