|
|
|
@ -359,7 +359,7 @@ XXL-JOB是一个轻量级分布式任务调度平台,其核心设计目标是
|
|
|
|
|
调度中心配置内容说明:
|
|
|
|
|
|
|
|
|
|
### 调度中心JDBC链接:链接地址请保持和 2.1章节 所创建的调度数据库的地址一致
|
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl-job?Unicode=true&characterEncoding=UTF-8
|
|
|
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl_job?Unicode=true&characterEncoding=UTF-8
|
|
|
|
|
spring.datasource.username=root
|
|
|
|
|
spring.datasource.password=root_pwd
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
@ -419,7 +419,7 @@ docker run -p 8080:8080 -v /tmp:/data/applogs --name xxl-job-admin -d xuxueli/x
|
|
|
|
|
* 如需自定义 mysql 等配置,可通过 "PARAMS" 指定,参数格式 RAMS="--key=value --key2=value2" ;
|
|
|
|
|
* 配置项参考文件:/xxl-job/xxl-job-admin/src/main/resources/application.properties
|
|
|
|
|
*/
|
|
|
|
|
docker run -e PARAMS="--spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl-job?Unicode=true&characterEncoding=UTF-8" -p 8080:8080 -v /tmp:/data/applogs --name xxl-job-admin -d xuxueli/xxl-job-admin
|
|
|
|
|
docker run -e PARAMS="--spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl_job?Unicode=true&characterEncoding=UTF-8" -p 8080:8080 -v /tmp:/data/applogs --name xxl-job-admin -d xuxueli/xxl-job-admin
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|