ludc
2023-03-16 e12e717a045c4b5d9893ddac9135c1721e7a0cc3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
server:
  port: 36009
 
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