浏览代码

use & replace & in xml

xueli.xue 8 年前
父节点
当前提交
81508178da

+ 2 - 2
xxl-job-admin/src/main/resources/xxl-job-admin.properties 查看文件

1
-### xxl-job db
1
+### xxl-job db  (use & replace & in xml)
2
 xxl.job.db.driverClass=com.mysql.jdbc.Driver
2
 xxl.job.db.driverClass=com.mysql.jdbc.Driver
3
-xxl.job.db.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
3
+xxl.job.db.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
4
 xxl.job.db.user=root
4
 xxl.job.db.user=root
5
 xxl.job.db.password=root_pwd
5
 xxl.job.db.password=root_pwd
6
 
6
 

+ 1 - 1
xxl-job-executor-example/src/main/resources/xxl-job-executor.properties 查看文件

1
 ### xxl-job db
1
 ### xxl-job db
2
 xxl.job.db.driverClass=com.mysql.jdbc.Driver
2
 xxl.job.db.driverClass=com.mysql.jdbc.Driver
3
-xxl.job.db.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
3
+xxl.job.db.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
4
 xxl.job.db.user=root
4
 xxl.job.db.user=root
5
 xxl.job.db.password=root_pwd
5
 xxl.job.db.password=root_pwd
6
 
6