# tx-lcn **Repository Path**: 14king/tx-lcn ## Basic Information - **Project Name**: tx-lcn - **Description**: 分布式事务解决方案 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-09-22 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LCN分布式事务框架 "LCN并不生产事务,LCN只是本地事务的搬用工" ## maven 中心库地址 ``` com.codingapi tx-client 1.0.0 com.codingapi tx-plugins-nodb 1.0.0 com.codingapi tx-plugins-db 1.0.0 com.codingapi transaction-springcloud 1.0.0 com.codingapi transaction-dubbo 1.0.0 ``` ## 原理介绍 [LCN原理](https://github.com/codingapi/tx-lcn/wiki/LCN原理) ## demo教程 每个demo下有区分为 jdbc/hibernate/mybatis不同框架的版本demo [springcloud版本](https://github.com/codingapi/springcloud-lcn-demo) [dubbo版本](https://github.com/codingapi/dubbo-lcn-demo) 更多资料维护中...