第三方调用异常与事务边界、消息重试队列Redis与数据定时同步任务、重试次数闭环不稳定
This commit is contained in:
@@ -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,默认使用雪花算法
|
||||
|
||||
Reference in New Issue
Block a user