1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| server:
| port: 7008
|
| logging:
| config: classpath:logback.xml
|
| spring:
| main:
| allow-circular-references: true
|
| xxl:
| job:
| accessToken: ''
| admin:
| addresses: http://127.0.0.1:37012/xxl-job-admin
| executor:
| appname: blade-xxljob
| ip: 127.0.0.1
| logpath: ../data/applogs/xxl-job/jobhandler
| logretentiondays: -1
| port: 7018
|
|