# transaction **Repository Path**: template_v5/transaction ## Basic Information - **Project Name**: transaction - **Description**: 演示分部式事物的使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # transaction #### 项目介绍 演示分部式事物的使用 #### 安装教程 1. docker安装zookeeper ``` docker run -d \ -p 9090:8080 \ --link=zk:zk \ -e dubbo.registry.address=zookeeper://zk:2181 \ -e dubbo.admin.root.password=root \ -e dubbo.admin.guest.password=guest \ --name dubbo-admin df6b79f2b754 ```