Skip to content

Commit 51d029b

Browse files
committed
add readme
1 parent 64b1fc2 commit 51d029b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## XA
2+
The `xa` example use http protocol for all rpc call.
3+
4+
`tm` is a simaple transaction manager. There has 3 services: `api` and `customer` and `merchant`.
5+
6+
### How to start
7+
```
8+
GET http://api:8080/order
9+
```
10+
`/order` api will call `customer` and `merchant` service.

0 commit comments

Comments
 (0)