Seata如何参数配置?

Seata如何参数配置?

展开
收起
花开富贵111 2024-05-31 20:11:40 92 分享 版权
1 条回答
写回答
取消 提交回答
  • image.png
    registry.type registry.type
    config.type config.type

    store.mode=db 需要以下配置 service.vgroupMapping.my_test_tx_group

    store.db.driverClassName service.default.grouplist
    store.db.url service.disableGlobalTransaction
    store.db.user
    store.db.password

    store.mode=redis 需要以下配置

    store.redis.host

    参考官方文档: https://seata.apache.org/zh-cn/docs/user/configurations/

    2024-05-31 22:18:48
    赞同 4 展开评论