This is an automated email from the ASF dual-hosted git repository.
linghengqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 2dc90ee47 Update Spring Boot Starter Documentation (#2225)
2dc90ee47 is described below
commit 2dc90ee47b98f1dda789d8012bffe80e8f9844cb
Author: ira james <[email protected]>
AuthorDate: Tue Sep 5 08:03:29 2023 +0800
Update Spring Boot Starter Documentation (#2225)
* Update spring-boot-starter.cn.md
* Update spring-boot-starter.en.md
---
.../usage/job-api/spring-boot-starter.cn.md | 50 +++++++++++-----------
.../usage/job-api/spring-boot-starter.en.md | 50 +++++++++++-----------
2 files changed, 50 insertions(+), 50 deletions(-)
diff --git
a/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.cn.md
b/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.cn.md
index 5156da93c..fde735229 100644
---
a/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.cn.md
+++
b/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.cn.md
@@ -176,19 +176,19 @@ elasticjob:
jobs:
...
jobErrorHandlerType: EMAIL
- props:
- email:
- host: host
- port: 465
- username: username
- password: password
- useSsl: true
- subject: ElasticJob error message
- from: [email protected]
- to: [email protected],[email protected]
- cc: [email protected]
- bcc: [email protected]
- debug: false
+ props:
+ email:
+ host: host
+ port: 465
+ username: username
+ password: password
+ useSsl: true
+ subject: ElasticJob error message
+ from: [email protected]
+ to: [email protected],[email protected]
+ cc: [email protected]
+ bcc: [email protected]
+ debug: false
```
### 企业微信通知策略
@@ -210,11 +210,11 @@ elasticjob:
jobs:
...
jobErrorHandlerType: WECHAT
- props:
- wechat:
- webhook: you_webhook
- connectTimeout: 3000
- readTimeout: 5000
+ props:
+ wechat:
+ webhook: you_webhook
+ connectTimeout: 3000
+ readTimeout: 5000
```
@@ -237,11 +237,11 @@ elasticjob:
jobs:
...
jobErrorHandlerType: DINGTALK
- props:
- dingtalk:
- webhook: you_webhook
- keyword: you_keyword
- secret: you_secret
- connectTimeout: 3000
- readTimeout: 5000
+ props:
+ dingtalk:
+ webhook: you_webhook
+ keyword: you_keyword
+ secret: you_secret
+ connectTimeout: 3000
+ readTimeout: 5000
```
diff --git
a/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
b/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
index 47f5fcbba..f106a1e40 100644
---
a/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
+++
b/docs/content/user-manual/elasticjob-lite/usage/job-api/spring-boot-starter.en.md
@@ -176,19 +176,19 @@ elasticjob:
jobs:
...
jobErrorHandlerType: EMAIL
- props:
- email:
- host: host
- port: 465
- username: username
- password: password
- useSsl: true
- subject: ElasticJob error message
- from: [email protected]
- to: [email protected],[email protected]
- cc: [email protected]
- bcc: [email protected]
- debug: false
+ props:
+ email:
+ host: host
+ port: 465
+ username: username
+ password: password
+ useSsl: true
+ subject: ElasticJob error message
+ from: [email protected]
+ to: [email protected],[email protected]
+ cc: [email protected]
+ bcc: [email protected]
+ debug: false
```
### Wechat Enterprise Notification Strategy
@@ -210,11 +210,11 @@ elasticjob:
jobs:
...
jobErrorHandlerType: WECHAT
- props:
- wechat:
- webhook: you_webhook
- connectTimeout: 3000
- readTimeout: 5000
+ props:
+ wechat:
+ webhook: you_webhook
+ connectTimeout: 3000
+ readTimeout: 5000
```
### Dingtalk Notification Strategy
@@ -236,11 +236,11 @@ elasticjob:
jobs:
...
jobErrorHandlerType: DINGTALK
- props:
- dingtalk:
- webhook: you_webhook
- keyword: you_keyword
- secret: you_secret
- connectTimeout: 3000
- readTimeout: 5000
+ props:
+ dingtalk:
+ webhook: you_webhook
+ keyword: you_keyword
+ secret: you_secret
+ connectTimeout: 3000
+ readTimeout: 5000
```