打印报错信息:[eoutChecker_1_1] i.s.c.r.netty.NettyClientChannelManager : Failed to get available servers: endpoint format should like ip:port
报错[eoutChecker_1_1] i.s.c.r.netty.NettyClientChannelManager:无法获取可用服务器:端点格式应该像 ip:port java.lang.IllegalArgumentException:端点格式应该像 ip:port
对比 Seata版本:
IDEA在maven包管理工具栏里看dependencies``
pom配置
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
</dependency>
然后到Centos