-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Spring Boot Starter Documentation (#2225)
* Update spring-boot-starter.cn.md * Update spring-boot-starter.en.md
- Loading branch information
Showing
2 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` |