【微服务33】分布式事务Seata源码解析一:在IDEA中启动Seata Server

文章目录

  • 一、前言
  • 二、IDEA中运行Seata Server
    • 1、把源码从Github中荡下来
      • 坑:一定要从maven modules中移除序列化的包
      • Seata Server使用到的DB
    • 2、调整seata-server的配置
      • seata-server
    • 3、运行seata-server
  • 三、总结和后续

一、前言

至此,博主介绍了一些Seata环境搭建的常见坑、Seata的两种案例(SpringCloud集成Seata、SpringCloud集成Nacos + Seata):

  1. can not get cluster name in registry config ‘service.vgroupMapping.xx‘, please make sure registry问题解决;
  2. Seata Failed to get available servers: endpoint format should like ip:port 报错原因/解决方案汇总版(看完本文必解决问题)
  3. Seata json decode exception, Cannot construct instance of java.time.LocalDateTime报错原因/解决方案最全汇总版

你可能感兴趣的:(#,分布式事务Seata入门到精通,微服务,分布式,intellij-idea)