Commit c42d214b c42d214bcb50cf8d3cf663c82b22cd929dc7b853 by 张云鹏

配置文件优化

1 parent a04ed737
...@@ -53,15 +53,11 @@ spring: ...@@ -53,15 +53,11 @@ spring:
53 redis: 53 redis:
54 #数据库索引 54 #数据库索引
55 database: 0 55 database: 0
56 host: 122.112.214.149 56 host: localhost
57 # host: 139.196.192.242
58 port: 6379 57 port: 6379
59 #连接超时时间 58 #连接超时时间
60 timeout: 5000 59 timeout: 5000
61 password: redis123
62 #缓存过期时间 60 #缓存过期时间
63 expire-minutes: 5 61 expire-minutes: 5
64 # sentinel: 62
65 # master: mymaster
66 # nodes: 122.112.214.149:6379,122.112.214.149:6379
67 63
......
...@@ -14,6 +14,6 @@ spring: ...@@ -14,6 +14,6 @@ spring:
14 active: dev 14 active: dev
15 15
16 16
17 cron: "0/10 * * * * ?" 17 cron: "0 0/5 * * * ?"
18 cronSubscribe: "* 0/60 * * * ?" 18 cronContent: "0 0/5 * * * ?"
19 cronActivityBtn: "0/60 * * * * ?" 19 cronActivityBtn: "0 0/5 * * * ?"
......