| 12345678910111213141516171819202122232425 |
- server:
- port: 8091
- spring:
- profiles:
- active: @activatedProperties@
- # active: test
- application:
- name: system-web
- swagger:
- production: false
- basic:
- enable: true
- username: jeecg
- password: jeecg1314
- xxl:
- job:
- accessToken:
- executor:
- appname: module-job-bytedance
- port: 9998
- ip:
- logpath: /data/applogs/xxl-job/jobhandler
- logretentiondays: 30
- admin:
- addresses: http://118.24.244.213:8090/xxl-job-admin
|