当前位置:   article > 正文

TX-LCN分布式事物框架_lcn tm-manager.sql

lcn tm-manager.sql

一、运行txlcn-tm

1、下载地址

https://gitee.com/devojiang/tx-lcn/tree/5.0.2.RELEASE/

2、导入到IDEA

 3、在配置文件application.properties

      修改mysql数据库密码

4、资源文件下tx-manager.sql

     mysql数据库

5、安装Redis3.2 

6、运行txlcn-tm

默认密码是codingapi,支持修改(通常改配置文件即可),主要修改application.properties,添加如下内容,即可实现自定义:

tx-lcn.manager.admin-key=tx-lcn-test

二、在springcloud中的使用

1、添加依赖

  1. <dependency>
  2. <groupId>com.codingapi.txlcn</groupId>
  3. <artifactId>txlcn-tc</artifactId>
  4. <version>5.0.2.RELEASE</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>com.codingapi.txlcn</groupId>
  8. <artifactId>txlcn-txmsg-netty</artifactId>
  9. <version>5.0.2.RELEASE</version>
  10. </dependency>

2、application.yml中配置

  1. tx-lcn:
  2. client:
  3. manager-address: 127.0.0.1:8070
  4. logger:
  5. enabled: true
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. jdbc-url: jdbc:mysql://127.0.0.1:3306/tx-manager?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai&useSSL=false
  8. username: root
  9. password: 1234

3、启动添加

@EnableDistributedTransaction

4、mapper中添加

  1. @LcnTransaction
  2. @Transactional

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/883783
推荐阅读
相关标签
  

闽ICP备14008679号