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