seata整合nacos启动分布式事务
nacos官网地址https://nacos.io/zh-cn/index.html
nacos的下载地址是https://seata.io/zh-cn/blog/download.html,我使用的是最新的
seata的官网地址是https://seata.io/zh-cn/docs/user/quickstart.html
具体说明可以参考官网
seata的下载地址是https://github.com/seata/seata/releases,我使用的是1.2.0
解压后文件
file.conf 文件中:主要配置 事务相关信息存储,可以选择 file 和 db 模式。
registry.conf 文件中:主要是 registry 和 config 两个对象的配置。 registry 支持 # file 、nacos 、eureka、redis、zk、consul、etcd3、sofa config 支持:# file、nacos 、apollo、zk、consul、etcd3
首先启动nacos
然后file.config可以不修改,线上的话一般配置db,然后修改