mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-21 19:10:01 +08:00
🎨 wx-java-open-spring-boot-starter 增加重试次数配置
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
wx.open.config-storage.http-proxy-port=
|
||||
wx.open.config-storage.http-proxy-username=
|
||||
wx.open.config-storage.http-proxy-password=
|
||||
# 最大重试次数,默认:5 次,如果小于 0,则为 0
|
||||
wx.open.config-storage.max-retry-times=5
|
||||
# 重试时间间隔步进,默认:1000 毫秒,如果小于 0,则为 1000
|
||||
wx.open.config-storage.retry-sleep-millis=1000
|
||||
```
|
||||
3. 支持自动注入的类型: `WxOpenService, WxOpenMessageRouter, WxOpenComponentService`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user