1.增加国网上送定时任务,重试机制
2.拆分国网上送定时任务接口
This commit is contained in:
@@ -53,6 +53,11 @@ mybatis-plus:
|
||||
#别名扫描
|
||||
type-aliases-package: com.njcn.system.pojo
|
||||
|
||||
runTake:
|
||||
#最大重试次数
|
||||
maxRetryCount: 5
|
||||
#等待时间(毫秒)
|
||||
delayTime: 5000
|
||||
|
||||
mqtt:
|
||||
client-id: @artifactId@${random.value}
|
||||
|
||||
Reference in New Issue
Block a user