xiaoyong931011
2021-06-30 b9857b9a19ae585d342b74fca6ee26277019e65c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
spring:
  rabbitmq:
    host: 192.168.0.100
    port: 5672
    username: admin
    password: admin!@#00
    virtual-host: /
#  datasource:
#    url: jdbc:mysql://192.168.0.100:3306/t_xzxdev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useAffectedRows=true
#    username: root
#    password: admin!@#00
  redis:
    database: 0
    host: localhost
    password: admin!@#00
    port: 6379
#    cluster:
#      nodes: 127.0.0.1:6379
    lettuce:
      pool:
        max-active: 200
        max-idle: 10
        max-wait: -1ms
        min-idle: 5
    timeout: 5000ms
#    sentinel:
#      master: mymaster
#      nodes:
#        -192.168.0.100:9999
 
 
 
#机器ID编号用于生成分布式ID
workerId: 0
 
#极光推送
jg:
  appkey: 15d3c598bcce63efd84814ef
  secret: 2c7cf147b030c5c9317cd954
 
order:
  cancle:
    cron: 0 0 0/1 * * ?
  clock:
    cron: 0 0 23 * * ?
  partnerBalance:
    cron: 0 0 0/2 * * ?
 
file:
  excel:
    path: F://
 
ruleTime: 0 0/5 * * * ?