You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
291 B
17 lines
291 B
5 years ago
|
## SDK下载
|
||
|
|
||
|
#### Java SDK 下载
|
||
|
下载SDK: https://open-doc.dingtalk.com/microapp/faquestions/vzbp02
|
||
|
|
||
|
## 配置项
|
||
|
|
||
|
#### bootstrap.yml
|
||
|
|
||
|
```
|
||
|
spring:
|
||
|
boot:
|
||
|
admin:
|
||
|
notify:
|
||
|
dingtalk:
|
||
|
webhook-token: ${Your DingDing Robot Token}
|
||
|
```
|