博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
seata安装配置
阅读量:2064 次
发布时间:2019-04-29

本文共 640 字,大约阅读时间需要 2 分钟。

1.Spring Cloud Alibaba版本组件关系:

2.各版本下载地址:

3.git网址:

4. seata文档:

    快速开始:

    seata参数配置:

5.数据库脚本地址:seata源码\script\server\db

6.修改seata-server的配置文件:

   路径:{seata-server}\seata\conf  

   修改配置文件:

     registry.conf :1)registry:修改项目的注册中心类型 type, 修改注册中心的配置地址;

                          2)config:配置的type和对应配置的配置,如果选择file需要修改对应file.conf中的配置;

7.启动命令:

Usage: sh seata-server.sh(for linux and mac) or cmd seata-server.bat(for windows) [options]  Options:    --host, -h      The host to bind.      Default: 0.0.0.0    --port, -p      The port to listen.      Default: 8091    --storeMode, -m      log store mode : file、db      Default: file    --helpe.g.sh seata-server.sh -p 8091 -h 127.0.0.1 -m file

 

 

                     

 

 

 

转载地址:http://lbwmf.baihongyu.com/

你可能感兴趣的文章
剑指offer 39.构建乘积数组
查看>>
剑指offer 57. 删除链表中重复的结点
查看>>
剑指offer 58. 链表中环的入口结点
查看>>
剑指offer 59. 把字符串转换成整数
查看>>
剑指offer 60. 不用加减乘除做加法
查看>>
leetcode 热题 Hot 100-3. 合并两个有序链表
查看>>
leetcode 热题 Hot 100-4. 对称二叉树
查看>>
Leetcode C++《热题 Hot 100-12》226.翻转二叉树
查看>>
Leetcode C++《热题 Hot 100-13》234.回文链表
查看>>
Leetcode C++《热题 Hot 100-14》283.移动零
查看>>
Leetcode C++《热题 Hot 100-15》437.路径总和III
查看>>
Leetcode C++《热题 Hot 100-17》461.汉明距离
查看>>
Leetcode C++《热题 Hot 100-18》538.把二叉搜索树转换为累加树
查看>>
Leetcode C++《热题 Hot 100-19》543.二叉树的直径
查看>>
Leetcode C++《热题 Hot 100-21》581.最短无序连续子数组
查看>>
Leetcode C++《热题 Hot 100-22》2.两数相加
查看>>
Leetcode C++《热题 Hot 100-23》3.无重复字符的最长子串
查看>>
Leetcode C++《热题 Hot 100-24》5.最长回文子串
查看>>
Leetcode C++《热题 Hot 100-26》15.三数之和
查看>>
Leetcode C++《热题 Hot 100-27》17.电话号码的字母组合
查看>>