Skip to content

Commit 183abef

Browse files
committed
发布4.0.3.SNAPSHOT
1 parent 1d4afe3 commit 183abef

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,54 @@ tx-plugins-redis 是LCN 对于redis模块的插件支持(功能暂未实现)
109109
public void d(){}
110110
```
111111

112+
## maven 中心库地址
113+
114+
```
115+
116+
117+
<dependency>
118+
<groupId>com.codingapi</groupId>
119+
<artifactId>tx-client</artifactId>
120+
<version>${lcn.last.version}</version>
121+
</dependency>
122+
123+
124+
<dependency>
125+
<groupId>com.codingapi</groupId>
126+
<artifactId>tx-plugins-db</artifactId>
127+
<version>${lcn.last.version}</version>
128+
</dependency>
129+
130+
131+
<dependency>
132+
<groupId>com.codingapi</groupId>
133+
<artifactId>tx-plugins-nodb</artifactId>
134+
<version>${lcn.last.version}</version>
135+
</dependency>
136+
137+
138+
<dependency>
139+
<groupId>com.codingapi</groupId>
140+
<artifactId>transaction-dubbo</artifactId>
141+
<version>${lcn.last.version}</version>
142+
</dependency>
143+
144+
<dependency>
145+
<groupId>com.codingapi</groupId>
146+
<artifactId>transaction-motan</artifactId>
147+
<version>${lcn.last.version}</version>
148+
</dependency>
149+
150+
151+
<dependency>
152+
<groupId>com.codingapi</groupId>
153+
<artifactId>transaction-springcloud</artifactId>
154+
<version>${lcn.last.version}</version>
155+
</dependency>
156+
157+
```
158+
159+
112160
## demo演示教程
113161

114162
每个demo下有区分为 jdbc/hibernate/mybatis不同框架的版本demo

0 commit comments

Comments
 (0)