Permalink
Cannot retrieve contributors at this time
xxl-job/xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties
Go to file# web port | |
server.port=8081 | |
# no web | |
#spring.main.web-environment=false | |
# log config | |
logging.config=classpath:logback.xml | |
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02" | |
xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin | |
### xxl-job, access token | |
xxl.job.accessToken= | |
### xxl-job executor appname | |
xxl.job.executor.appname=xxl-job-executor-sample | |
### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null | |
xxl.job.executor.address= | |
### xxl-job executor server-info | |
xxl.job.executor.ip= | |
xxl.job.executor.port=9999 | |
### xxl-job executor log-path | |
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler | |
### xxl-job executor log-retention-days | |
xxl.job.executor.logretentiondays=30 |