1.增加国网上送定时任务,重试机制

2.拆分国网上送定时任务接口
This commit is contained in:
wr
2024-01-08 16:40:08 +08:00
parent bd89190ddc
commit 51c5843cb7
9 changed files with 149 additions and 22 deletions

View File

@@ -53,6 +53,11 @@ mybatis-plus:
#别名扫描
type-aliases-package: com.njcn.system.pojo
runTake:
#最大重试次数
maxRetryCount: 5
#等待时间(毫秒)
delayTime: 5000
mqtt:
client-id: @artifactId@${random.value}