codingapi / tx-lcn

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases
https://www.codingapi.com
Apache License 2.0
4.22k stars 1.46k forks source link

官网文档需要调整的地方 #242

Open xlorne opened 5 years ago

xlorne commented 5 years ago
  1. t_demo 的建表语句少了kid字段。
  2. tx-manager的心跳时间与说明不对应。
  3. 增加对MysqlPrimaryKeysProvider的说明。
xlorne commented 5 years ago
  1. docker方式部署tm
xlorne commented 5 years ago
  1. 英文版本完善
keason10 commented 5 years ago

快速开始 https://txlcn.org/zh-cn/docs/start.html 里边tc 添加了

默认之配置为TM的本机默认端口

tx-lcn.client.manager-address=127.0.0.1:8070

但是在Spring Cloud示例里边,这个配置却被注释掉了?

tx-manager 配置

tx-lcn.client.manager-address=127.0.0.1:8070

感觉这个地方,很容易让别人误解。

keason10 commented 5 years ago

还有希望对lcn,tcc,txc 三种的使用方式都进行示例讲解。 对于文档 https://txlcn.org/zh-cn/docs/demo/springcloud.html SpringCloud 示例说明 共三个模块如下: spring-demo-client(发起方 | LCN模式) spring-demo-d (参与方 | TXC模式) spring-demo-e (参与方 | TCC模式) 但是下边的例子并不是这三种模式,只有txc, 这个地方让读者疑惑。

xlorne commented 5 years ago

ok

DeclanWang commented 5 years ago

官网有些地方存在错别字,有时间可以修改过来