Skip to content

Commit

Permalink
发布到中心库 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne committed Nov 15, 2017
1 parent 8c28def commit fe5ef8e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# LCN分布式事务框架

"LCN并不生产事务,LCN只是本地事务的搬用工"


```
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-client</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-plugins-nodb</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-plugins-db</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>transaction-springcloud</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>transaction-dubbo</artifactId>
<version>1.0.0</version>
</dependency>
```

0 comments on commit fe5ef8e

Please sign in to comment.