3.4.1-release
xuxueli 3 months ago
parent b4dbe04e5f
commit 7271fc7152

@ -781,6 +781,8 @@ So far, XXL-JOB has access to a number of companies online product line, access
- 721、大庆点神科技有限公司 - 721、大庆点神科技有限公司
- 722、深圳市中科环球科技有限公司 - 722、深圳市中科环球科技有限公司
- 723、江苏金箭车业制造有限公司 - 723、江苏金箭车业制造有限公司
- 724、友邦保险
- 725、深圳市中科环球科技有限公司
- …… - ……
> The company that access and use this product is welcome to register at the [address](https://github.com/xuxueli/xxl-job/issues/1 ), only for product promotion. > The company that access and use this product is welcome to register at the [address](https://github.com/xuxueli/xxl-job/issues/1 ), only for product promotion.
@ -850,24 +852,29 @@ Source code is organized by maven,unzip it and structure is as follows:
#### Step 1:Configure Schedule Center #### Step 1:Configure Schedule Center
Configure files path of schedule center is as follows: Configure files path of schedule center is as follows:
```
/xxl-job/xxl-job-admin/src/main/resources/application.properties /xxl-job/xxl-job-admin/src/main/resources/application.properties
```
The concrete contet describe as follows: The concrete contet describe as follows:
```
### JDBC connection info of schedule centerkeep Consistent with chapter 2.1 ### JDBC connection info of schedule centerkeep Consistent with chapter 2.1
xxl.job.db.driverClass=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
xxl.job.db.url=jdbc:mysql://127.0.0.1:3306/xxl_job?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai spring.datasource.username=root
xxl.job.db.user=root spring.datasource.password=root_pwd
xxl.job.db.password=root_pwd spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
### Alarm mailbox ### Alarm mailbox
xxl.job.mail.host=smtp.163.com spring.mail.host=smtp.qq.com
xxl.job.mail.port=25 spring.mail.port=25
xxl.job.mail.username=ovono802302@163.com spring.mail.username=xxx@qq.com
xxl.job.mail.password=asdfzxcv spring.mail.from=xxx@qq.com
xxl.job.mail.sendFrom=ovono802302@163.com spring.mail.password=xxx
xxl.job.mail.sendNick=《任务调度平台XXL-JOB》 spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
### Login account ### Login account
xxl.job.login.username=admin xxl.job.login.username=admin
@ -877,7 +884,9 @@ The concrete contet describe as follows:
xxl.job.accessToken= xxl.job.accessToken=
### Internationalized Settings, the default is Chinese versionSwitch to English when the value is "en". ### Internationalized Settings, the default is Chinese versionSwitch to English when the value is "en".
xxl.job.i18n=en xxl.job.i18n=zh_CN
```
#### Step 2:Deploy: #### Step 2:Deploy:
If you has finished step 1,then you can compile the project in maven and deploy the war package to tomcat. If you has finished step 1,then you can compile the project in maven and deploy the war package to tomcat.

@ -821,6 +821,8 @@ XXL-JOB是一个分布式任务调度平台其核心设计目标是开发迅
- 721、大庆点神科技有限公司 - 721、大庆点神科技有限公司
- 722、深圳市中科环球科技有限公司 - 722、深圳市中科环球科技有限公司
- 723、江苏金箭车业制造有限公司 - 723、江苏金箭车业制造有限公司
- 724、友邦保险
- 725、深圳市中科环球科技有限公司
- …… - ……
> 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。 > 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。

Loading…
Cancel
Save