dtm/README-cn.md
2021-05-17 15:09:05 +08:00

17 lines
302 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 轻量级分布式事务管理服务
## 配置rabbitmq和mysql
dtm依赖于rabbitmq和mysql请搭建好rabbitmq和mysql并修改dtm.yml
## 启动tc
```go run dtm-svr/svr```
## 启动例子saga的tm+rm
```go run example/saga```
## 或者启动例子tcc的tm+rm
```go run example/tcc```