第三方调用异常与事务边界、消息重试队列Redis与数据定时同步任务、重试次数闭环不稳定

This commit is contained in:
caozehui
2026-04-07 08:40:51 +08:00
parent 1bf5436f0c
commit 0a8627b440
32 changed files with 456 additions and 266 deletions

View File

@@ -59,6 +59,7 @@ mybatis-plus:
mapper-locations: classpath*:com/njcn/msgpush/**/mapping/*.xml
configuration:
map-underscore-to-camel-case: true # 虽然默认为 true ,但是还是显示去指定下。
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
db-config:
id-type: ASSIGN_ID # 分配 ID默认使用雪花算法