File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments