You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
387 B
11 lines
387 B
### xxl-job db
|
|
xxl.job.db.driverClass=com.mysql.jdbc.Driver
|
|
xxl.job.db.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
|
|
xxl.job.db.user=root
|
|
xxl.job.db.password=root_pwd
|
|
|
|
### xxl-job executor address
|
|
xxl.job.executor.appname=xxl-job-executor-example
|
|
xxl.job.executor.ip=
|
|
xxl.job.executor.port=9999
|
|
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler/ |