Skip to content

Commit

Permalink
Update Spring Boot Starter Documentation (#2225)
Browse files Browse the repository at this point in the history
* Update spring-boot-starter.cn.md

* Update spring-boot-starter.en.md
  • Loading branch information
Tiane-ira authored Sep 5, 2023
1 parent 73f420e commit 2dc90ee
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 企业微信通知策略
Expand All @@ -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
```


Expand All @@ -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
```
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
```

0 comments on commit 2dc90ee

Please sign in to comment.