LCN-TM

TM作为事务管理的控制中心。主要用做项目中分布式事务管理。

在这里分享下

1、官网下载源码(建议切到master下载5.0.2版本)

2、在txlcn-tm子项目中修改application.properties文件,添加redis配置

spring.application.name=TransactionManager
server.port=27970

txlcn.protocol.name=TM
txlcn.protocol.port=28070

spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://47.114.250.250:33060/tx-manager?characterEncoding=UTF-8&useSSL=false
spring.datasource.username=root
spring.datasource.password=HHpassword
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto=update

spring.redis.host=47.114.250.250
spring.redis.password=test@password
spring.redis.port=6379
#管理平台密码
tx-lcn.manager.admin-key=codingapi

3、修改TxManagerConfig中的host(在本地启动127.0.0.1没问题,发布我改成0.0.0.0)

4、发布时指定入口

5、管理平台:localhost27970,密码codingapi

 

附:官方git https://codechina.csdn.net/mirrors/codingapi/tx-lcn/

gitee:https://gitee.com/quhp/lc

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值