保持配置不变,去掉自己的配置信息

This commit is contained in:
thinking_fioa 2018-03-10 21:57:51 +08:00
parent 5697669dbf
commit ff2dd99b4c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
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=123456
xxl.job.db.password=root_pwd
### xxl-job email
xxl.job.mail.host=smtp.163.com

View File

@ -1,5 +1,5 @@
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
xxl.job.admin.addresses=http://127.0.0.1:18080/xxl-job-admin
xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
### xxl-job executor address
xxl.job.executor.appname=xxl-job-executor-sample