소스 검색

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

thinking_fioa 7 년 전
부모
커밋
ff2dd99b4c

+ 1 - 1
xxl-job-admin/src/main/resources/xxl-job-admin.properties

@@ -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

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/xxl-job-executor.properties

@@ -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