| 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
 | | spring: |  |   profiles: |  |     active: @package.environment@ |  |   application: |  |     name: gc-order |  |   |  | server: |  |   port: 9085 |  |   |  |   |  | info: |  |   app: |  |     name: 订单服务 |  |   |  | order: |  |   cancle: |  |     cron: 0 0 0/1 * * ? |  |   clock: |  |     cron: 0 0 23 * * ? |  |   partnerBalance: |  |     cron: 0 0 12 * * ? |  |   |  |   |  | #admin |  | user: |  |   id: 1 |  |   orgId: 1 |  |   |  | file: |  |   previewURL: http://localhost:8012/onlinePreview |  |   export: |  |     path: /resource/static/img |  |   excel: |  |     path: /xzx/resource/static/export/ |  |   |  | #charsTime:  0 0 14 * * ? |  | #charsTimex: 1 |  | #gaode.fence.url: https://restapi.amap.com/v4/geofence/meta?key= |  |   |  | #后台报表 |  | charsTime:  0 0 12 * * ? |  |   |  | #0点1分更新结算金额 |  | ruleTime: 0 1 0 * * ? | 
 |