WangzJi opened a new pull request, #720:
URL: https://github.com/apache/incubator-seata-samples/pull/720
…tation
<!-- Please make sure you have read and understood the contributing
guidelines -->
### Ⅰ. Describe what this PR did
1. **Adding [docker-compose.yaml]** to `at-sample/` directory
- Starts MySQL (with tables initialized), Zookeeper, and Seata Server
- One command to set up all infrastructure for any AT sub-sample
2. **Adding shared SQL init script**
([at-sample/sql/init.sql](cci:7://file:///Users/mini/Desktop/github/incubator-seata-samples/at-sample/sql/init.sql:0:0-0:0))
- Creates `account_tbl`, `stock_tbl`, `order_tbl`, and `undo_log` tables
- Includes test data for the springboot-dubbo-seata sample
### Ⅱ. Does this pull request fix one issue?
<!-- If that, add "fixes #xxx" below in the next line, for example, fixes
#97. -->
### Ⅲ. Why don't you add test cases (unit test/integration test)?
### Ⅳ. Describe how to verify it
### Ⅴ. Special notes for reviews
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]